Skip to content

Commit 19d601d

Browse files
committed
Add project files and assets
0 parents  commit 19d601d

File tree

259 files changed

+30337
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+30337
-0
lines changed

.eslintrc.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// eslint-disable-next-line no-undef
2+
{
3+
"env": {
4+
"browser": true,
5+
"es2021": true
6+
},
7+
"extends": ["plugin:react/recommended", "airbnb", "prettier"],
8+
"parserOptions": {
9+
"ecmaFeatures": {
10+
"jsx": true
11+
},
12+
"ecmaVersion": 12,
13+
"sourceType": "module"
14+
},
15+
"plugins": ["react", "prettier"],
16+
"rules": {
17+
"prettier/prettier": "error",
18+
"react/react-in-jsx-scope": "off",
19+
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
20+
"react/jsx-props-no-spreading": [
21+
1,
22+
{
23+
"custom": "ignore"
24+
}
25+
],
26+
"react/jsx-curly-spacing": [2, "never"]
27+
},
28+
"settings": { "import/resolver": { "node": { "paths": ["src"] } } }
29+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.prettierrc.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"printWidth": 100,
3+
"trailingComma": "es5",
4+
"tabWidth": 2,
5+
"semi": true,
6+
"singleQuote": false
7+
}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
## [1.0.0] 2021-09-08
4+
5+
### Original Release

ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
IMPORTANT: Please use the following link to create a new issue:
3+
4+
https://www.creative-tim.com/new-issue/soft-ui-dashboard-material-ui
5+
6+
**If your issue was not created using the app above, it will be closed immediately.**
7+
-->
8+
9+
<!--
10+
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
11+
👉 https://www.creative-tim.com/bundles
12+
👉 https://www.creative-tim.com
13+
-->

README.md

+212
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
# [Soft UI Dashboard Material-UI](http://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/dashboard?ref=readme-sudmui) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/soft-ui-dashboard-material-ui&text=Check%20Soft%20UI%20Dashboard%20material-ui%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#react%20https://www.creative-tim.com/product/soft-ui-dashboard-material-ui)
2+
3+
![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/soft-ui-dashboard-material-ui.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-material-ui/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/soft-ui-dashboard-material-ui.svg)](https://github.com/creativetimofficial/soft-ui-dashboard-material-ui/issues?q=is%3Aissue+is%3Aclosed)
4+
5+
![Image](https://s3.amazonaws.com/creativetim_bucket/products/499/original/soft-ui-dashboard-pro-material-ui.jpg)
6+
7+
Start your Development with an Innovative Admin Template for Material-UI and React. If you like the look & feel of the hottest design trend right now, Soft UI, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.
8+
9+
**Fully Coded Elements**
10+
Soft UI Dashboard Material-UI is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using JSS files and classes. You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Premium Material-UI Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
11+
12+
View [all components here](https://www.creative-tim.com/learning-lab/material-ui/alerts/soft-ui-dashboard).
13+
14+
**Documentation built by Developers**
15+
16+
Each element is well presented in very complex documentation.
17+
18+
You can read more about the [documentation here](https://www.creative-tim.com/learning-lab/material-ui/overview/soft-ui-dashboard).
19+
20+
**Example Pages**
21+
22+
If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages. Every page is spaced well, with attractive layouts and pleasing shapes. Soft UI Dashboard Material-UI has everything you need to quickly set up an amazing project.
23+
24+
View [example pages here](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/dashboard).
25+
26+
**HELPFUL LINKS**
27+
28+
- View [Github Repository](https://github.com/creativetimofficial/soft-ui-dashboard-material-ui)
29+
- Check [FAQ Page](https://www.creative-tim.com/faq)
30+
31+
#### Special thanks
32+
33+
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
34+
35+
- [Material-UI](https://material-ui.com/) - React components for faster and easier web development.
36+
- [React Countup](https://github.com/glennreyes/react-countup) - A lightweight React component that can be used to quickly create animations that display numerical data in a more interesting way.
37+
- [React ChartJS 2](http://reactchartjs.github.io/react-chartjs-2/#/) - Simple yet flexible React charting for designers & developers
38+
- [ChromaJS](https://gka.github.io/chroma.js/) - A small-ish zero-dependency JavaScript library for all kinds of color conversions and color scales.
39+
40+
Let us know your thoughts below. And good luck with development!
41+
42+
## Table of Contents
43+
44+
- [Versions](#versions)
45+
- [Demo](#demo)
46+
- [Quick Start](#quick-start)
47+
- [Documentation](#documentation)
48+
- [File Structure](#file-structure)
49+
- [Browser Support](#browser-support)
50+
- [Resources](#resources)
51+
- [Reporting Issues](#reporting-issues)
52+
- [Technical Support or Questions](#technical-support-or-questions)
53+
- [Licensing](#licensing)
54+
- [Useful Links](#useful-links)
55+
56+
## Versions
57+
58+
[<img src="https://raw.githubusercontent.com/creativetimofficial/public-assets/master/logos/icon-material-ui.jpg?raw=true" width="60" height="60" />](https://www.creative-tim.com/product/soft-ui-dashboard-pro-material-ui?ref=readme-sudmui)
59+
60+
| Material-UI |
61+
| ----------- |
62+
63+
| [![Soft UI Dashboard Material-UI](https://s3.amazonaws.com/creativetim_bucket/products/499/original/soft-ui-dashboard-pro-material-ui.jpg)](http://demos.creative-tim.com/soft-ui-dashboard-pro-material-ui/#/dashboards/default?ref=readme-sudmui)
64+
65+
## Demo
66+
67+
- [Dashboard](http://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/dashboard?ref=readme-sudmui)
68+
- [Profile](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/profile?ref=readme-sudmui)
69+
- [RTL](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/rtl?ref=readme-sudmui)
70+
- [Sign In](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/authentication/sign-in?ref=readme-sudmui)
71+
- [Sign Up](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/authentication/sign-up?ref=readme-sudmui)
72+
73+
[View More](https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/dashboard?ref=readme-sudmui).
74+
75+
## Quick start
76+
77+
Quick start options:
78+
79+
- Buy from [Creative Tim](https://www.creative-tim.com/product/soft-ui-dashboard-material-ui?ref=readme-sudmui).
80+
81+
## Terminal Commands
82+
83+
1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
84+
2. Navigate to the root / directory and run yarn install/npm install to install our local dependencies.
85+
86+
## Documentation
87+
88+
The documentation for the Soft UI Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/material-ui/overview/soft-ui-dashboard?ref=readme-sudmui).
89+
90+
### What's included
91+
92+
Within the download you'll find the following directories and files:
93+
94+
```
95+
soft-ui-dashboard-pro
96+
├── public
97+
│   ├── apple-icon.png
98+
│   ├── favicon.png
99+
│   ├── index.html
100+
│   ├── manifest.json
101+
│   └── robots.txt
102+
├── src
103+
│   ├── assets
104+
│ │   ├── images
105+
│ │   └── theme
106+
│ │  ├── base
107+
│ │  ├── components
108+
│ │  ├── functions
109+
│ │  ├── index.js
110+
│ │ └── theme-rtl.js
111+
│   ├── components
112+
│ │   ├── SuiAlert
113+
│ │   ├── SuiAvatar
114+
│ │   ├── SuiBadge
115+
│ │   ├── SuiBox
116+
│ │   ├── SuiButton
117+
│ │   ├── SuiInput
118+
│ │   ├── SuiPagination
119+
│ │   ├── SuiProgress
120+
│ │   └── SuiTypography
121+
│   ├── context
122+
│   ├── examples
123+
│ │   ├── Breadcrumbs
124+
│ │   ├── Calendar
125+
│ │   ├── Cards
126+
│ │   ├── Charts
127+
│ │   ├── Configurator
128+
│ │   ├── Footer
129+
│ │   ├── Icons
130+
│ │   ├── LayoutContainers
131+
│ │   ├── Navbars
132+
│ │   ├── NotificationItem
133+
│ │   ├── ProfilesList
134+
│ │   ├── Sidenav
135+
│ │   ├── Table
136+
│ │   └── Timeline
137+
│   ├── layouts
138+
│ │   ├── authentication
139+
│ │ │  ├── components
140+
│ │ │  ├── sign-in
141+
│ │ │ └── sign-up
142+
│ │   ├── billing
143+
│ │   ├── dashboard
144+
│ │   ├── profile
145+
│ │   ├── rtl
146+
│ │   ├── tables
147+
│ │   └── virtual-reality
148+
│   ├── App.js
149+
│   ├── index.js
150+
│   └── routes.js
151+
├── .eslintrc.json
152+
├── .prettierrc.json
153+
├── CHANGELOG.md
154+
├── ISSUE_TEMPLATE.md
155+
├── jsconfig.json
156+
├── package.json
157+
└── README.md
158+
```
159+
160+
## Browser Support
161+
162+
At present, we officially aim to support the last two versions of the following browsers:
163+
164+
<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64">
165+
166+
## Resources
167+
168+
- [Live Preview](https://demos.creative-tim.com/soft-ui-dashboard-pro-material-ui/#/dashboards/default?ref=readme-sudmui)
169+
- [Buy Page](https://www.creative-tim.com/product/soft-ui-dashboard-pro-material-ui?ref=readme-sudmui)
170+
- Documentation is [here](https://www.creative-tim.com/learning-lab/material-ui/overview/soft-ui-dashboard?ref=readme-sudmui)
171+
- [License Agreement](https://www.creative-tim.com/license?ref=readme-sudmui)
172+
- [Support](https://www.creative-tim.com/contact-us?ref=readme-sudmui)
173+
- Issues: [Github Issues Page](https://github.com/creativetimofficial/ct-soft-ui-dashboard-pro-material-ui/issues)
174+
175+
## Reporting Issues
176+
177+
We use GitHub Issues as the official bug tracker for the Soft UI Dashboard Material-UI. Here are some advices for our users that want to report an issue:
178+
179+
1. Make sure that you are using the latest version of the Soft UI Dashboard Material-UI. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/soft-ui-dashboard-pro-material-ui?ref=readme-sudmui).
180+
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
181+
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
182+
183+
## Technical Support or Questions
184+
185+
If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us?ref=readme-sudmui) instead of opening an issue.
186+
187+
## Licensing
188+
189+
- Copyright 2021 [Creative Tim](https://www.creative-tim.com?ref=readme-sudmui)
190+
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-sudmui)
191+
192+
## Useful Links
193+
194+
- [More products](https://www.creative-tim.com/templates?ref=readme-sudmui) from Creative Tim
195+
196+
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
197+
198+
- [Freebies](https://www.creative-tim.com/bootstrap-themes/free?ref=readme-sudmui) from Creative Tim
199+
200+
- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=readme-sudmui) (earn money)
201+
202+
##### Social Media
203+
204+
Twitter: <https://twitter.com/CreativeTim>
205+
206+
Facebook: <https://www.facebook.com/CreativeTim>
207+
208+
Dribbble: <https://dribbble.com/creativetim>
209+
210+
Google+: <https://plus.google.com/+CreativetimPage>
211+
212+
Instagram: <https://instagram.com/creativetimofficial>

jsconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src",
4+
"paths": {
5+
"*": ["src/*"]
6+
}
7+
}
8+
}

package.json

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"name": "soft-ui-dashboard-material-ui",
3+
"version": "1.0.0",
4+
"private": true,
5+
"author": "Creative Tim",
6+
"license": "See license in https://www.creative-tim.com/license",
7+
"description": "Material UI version of Soft UI Dashboard by Creative Tim",
8+
"homepage": "https://demos.creative-tim.com/soft-ui-dashboard-material-ui/#/dashboard",
9+
"bugs": {
10+
"url": "https://github.com/creativetimofficial/soft-ui-dashboard-material-ui/issues"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/creativetimofficial/soft-ui-dashboard-material-ui.git"
15+
},
16+
"dependencies": {
17+
"@material-ui/core": "^4.11.4",
18+
"@material-ui/icons": "^4.11.2",
19+
"@material-ui/styles": "^4.11.4",
20+
"@testing-library/jest-dom": "^5.11.4",
21+
"@testing-library/react": "^11.1.0",
22+
"@testing-library/user-event": "^12.1.10",
23+
"chart.js": "^3.4.1",
24+
"chroma-js": "^2.1.2",
25+
"clsx": "^1.1.1",
26+
"jss": "^10.7.1",
27+
"jss-rtl": "^0.3.0",
28+
"prop-types": "^15.7.2",
29+
"react": "^17.0.2",
30+
"react-chartjs-2": "^3.0.4",
31+
"react-countup": "^5.2.0",
32+
"react-dom": "^17.0.2",
33+
"react-flatpickr": "^3.10.7",
34+
"react-github-btn": "^1.2.1",
35+
"react-router-dom": "^5.2.0",
36+
"react-scripts": "4.0.3",
37+
"web-vitals": "^1.0.1"
38+
},
39+
"scripts": {
40+
"start": "react-scripts start",
41+
"build": "react-scripts build",
42+
"test": "react-scripts test",
43+
"eject": "react-scripts eject",
44+
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
45+
},
46+
"eslintConfig": {
47+
"extends": [
48+
"react-app",
49+
"react-app/jest"
50+
]
51+
},
52+
"browserslist": {
53+
"production": [
54+
">0.2%",
55+
"not dead",
56+
"not op_mini all"
57+
],
58+
"development": [
59+
"last 1 chrome version",
60+
"last 1 firefox version",
61+
"last 1 safari version"
62+
]
63+
},
64+
"devDependencies": {
65+
"eslint": "^7.30.0",
66+
"eslint-config-airbnb": "^18.2.1",
67+
"eslint-config-prettier": "^8.3.0",
68+
"eslint-plugin-import": "^2.23.4",
69+
"eslint-plugin-jsx-a11y": "^6.4.1",
70+
"eslint-plugin-prettier": "^3.4.0",
71+
"eslint-plugin-react": "^7.24.0",
72+
"eslint-plugin-react-hooks": "^4.2.0",
73+
"prettier": "^2.3.2"
74+
}
75+
}

public/apple-icon.png

2.39 KB
Loading

public/favicon.png

2.7 KB
Loading

0 commit comments

Comments
 (0)