Skip to content

Commit d8acac3

Browse files
committed
first commit
0 parents  commit d8acac3

Some content is hidden

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

77 files changed

+38424
-0
lines changed

Diff for: .env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_PREFLIGHT_CHECK=true

Diff for: .gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## [1.0.0] 2021-10-05
2+
3+
### Original Release
4+
5+
- Started project from [Muse Ant Design Dashboard](https://www.creative-tim.com/product/muse-ant-design-dashboard?ref=changelog-madd)
6+
- Updated all dependencies from [Muse Ant Design Dashboard](https://www.creative-tim.com/product/muse-ant-design-dashboard?ref=changelog-madd) and those dependencies that were not working with the new React v17+ API, were deleted and/or replaced
7+
8+
### Warning
9+
10+
_Warnings might appear while doing a clean npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself._
11+
_This product was designed and developed using NodeJS version 14.16.0 LTS, so please make sure to have a compatible version of NodeJS._

Diff for: LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Creative Tim
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Diff for: README.md

+151
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
# demo-160322-frontend
2+
3+
## How to run this react application
4+
* Open terminal in parent directory and run *yarn*
5+
* Once all the depedencies gets installed run *yarn start*
6+
7+
8+
9+
# [Muse Ant Design Dashboard](https://demos.creative-tim.com/muse-ant-design-dashboard/#/dashboard?ref=readme-madd)
10+
11+
![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/muse-ant-design-dashboard.svg)](https://github.com/creativetimofficial/muse-ant-design-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-tailwind-dashboard-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/muse-ant-design-dashboard/issues?q=is%3Aissue+is%3Aclosed)
12+
13+
![Image](https://s3.amazonaws.com/creativetim_bucket/products/496/original/opt_md_ant_react_thumbnail.jpg?1629182839)
14+
15+
Muse Ant Design Dashboard is a _free_ Admin Template based on two popular front-end technologies: _Ant Design & React_. It was built to simplify the developer's work and is comes with a fresh design inspired by Ant Design. All its components are built to fit perfectly with each other, while aligning to the Ant Design concepts.
16+
17+
Save weeks of time and build your perfect dashboard with this powerful template! It features 120 fully coded components and 7 example pages if you want to get inspiration or just show something directly to your clients. This beautiful admin also comes with 5 color filter choices for both the sidebar and the cards (blue, green, red, yellow and black), an option to have a transparent or fill sidebar and an option to have a fixed navbar.
18+
19+
## Table of Contents
20+
21+
- [Versions](#versions)
22+
- [Demo](#demo)
23+
- [Quick Start](#quick-start)
24+
- [Documentation](#documentation)
25+
- [File Structure](#file-structure)
26+
- [Browser Support](#browser-support)
27+
- [Resources](#resources)
28+
- [Reporting Issues](#reporting-issues)
29+
- [Technical Support or Questions](#technical-support-or-questions)
30+
- [Licensing](#licensing)
31+
- [Useful Links](#useful-links)
32+
33+
## Versions
34+
35+
[<img src="https://github.com/creativetimofficial/public-assets/blob/master/logos/react.jpg?raw=true" width="60" height="60" />](https://www.creative-tim.com/product/material-tailwind-dashboard-react?ref=readme-madd)
36+
React
37+
38+
## Demo
39+
40+
- [Dashboard](https://demos.creative-tim.com/muse-ant-design-dashboard/#/dashboard?ref=readme-madd)
41+
- [Tables](https://demos.creative-tim.com/muse-ant-design-dashboard/#/tables?ref=readme-madd)
42+
- [Billing](https://demos.creative-tim.com/muse-ant-design-dashboard/#/billing?ref=readme-madd)
43+
- [RTL](https://demos.creative-tim.com/muse-ant-design-dashboard/#/rtl?ref=readme-madd)
44+
- [Profile](https://demos.creative-tim.com/muse-ant-design-dashboard/#/profile?ref=readme-madd)
45+
- [Sign In](https://demos.creative-tim.com/muse-ant-design-dashboard/#/sign-in?ref=readme-madd)
46+
- [Sign Up](https://demos.creative-tim.com/muse-ant-design-dashboard/#/sign-up?ref=readme-madd)
47+
48+
## Quick start
49+
50+
Quick start options:
51+
52+
- Download from [Creative Tim](https://www.creative-tim.com/product/muse-ant-design-dashboard?ref=readme-madd).
53+
54+
## Terminal Commands
55+
56+
1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
57+
2. Navigate to the root / directory and run npm install or (yarn install, if you're using yarn) to install our local dependencies.
58+
59+
## Documentation
60+
61+
Muse Ant Design Dashboard build using Material Tailwind and the documentation of Material Tailwind is hosted at [website](https://demos.creative-tim.com/muse-ant-design-dashboard/#/docs/overview?ref=readme-madd).
62+
63+
### What's included
64+
65+
Within the download you'll find the following directories and files:
66+
67+
```
68+
Muse Ant Design Dashboard
69+
├── muse-ant-design-dashboard
70+
│ ├── public
71+
│ │   ├── index.html
72+
│ │   ├── favicon.png
73+
│ │   ├── minifest.json
74+
│ │   └── robots.txt
75+
│ ├── src
76+
│ │   ├── assets
77+
│ │   │ ├── images
78+
│ │   │ └── styles
79+
│ │   ├── components
80+
│ │   │ ├── chart
81+
│ │   │ └── layout
82+
│ │   ├── pages
83+
│ │   │ ├── Billing.js
84+
│ │   │ ├── Home.js
85+
│ │   │ ├── Profile.js
86+
│ │   │ ├── Rtl.js
87+
│ │   │ ├── SignIn.js
88+
│ │   │ ├── SignUp.js
89+
│ │   │ └── Tables.js
90+
│ │ ├── App.js
91+
│ │ └── index.js
92+
│ ├── CHANGELOG.md
93+
│ ├── LICENSE
94+
│ ├── package.json
95+
│ ├── README.md
96+
│ ├── .env
97+
```
98+
99+
## Browser Support
100+
101+
At present, we officially aim to support the last two versions of the following browsers:
102+
103+
<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">
104+
105+
## Resources
106+
107+
- [Live Preview](https://demos.creative-tim.com/muse-ant-design-dashboard/#/?ref=readme-madd)
108+
- [Download Page](https://www.creative-tim.com/product/material-tailwind-dashboard-react?ref=readme-madd)
109+
- Documentation is [here](https://material-tailwind.com/documentation/quick-start?ref=readme-madd)
110+
- [License Agreement](https://www.creative-tim.com/license?ref=readme-madd)
111+
- [Support](https://www.creative-tim.com/contact-us?ref=readme-madd)
112+
- Issues: [Github Issues Page](https://github.com/creativetimofficial/muse-ant-design-dashboard/issues)
113+
114+
## Reporting Issues
115+
116+
We use GitHub Issues as the official bug tracker for the Muse Ant Design Dashboard. Here are some advices for our users that want to report an issue:
117+
118+
1. Make sure that you are using the latest version of the Muse Ant Design Dashboard. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/product/muse-ant-design-dashboard?ref=readme-madd).
119+
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
120+
3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
121+
122+
## Technical Support or Questions
123+
124+
If you have questions or need help integrating the product please [contact us](https://www.creative-tim.com/contact-us?ref=readme-madd) instead of opening an issue.
125+
126+
## Licensing
127+
128+
- Copyright 2021 [Creative Tim](https://www.creative-tim.com?ref=readme-madd)
129+
- Creative Tim [license](https://www.creative-tim.com/license?ref=readme-madd)
130+
131+
## Useful Links
132+
133+
- [More products](https://www.creative-tim.com/templates?ref=readme-madd) from Creative Tim
134+
135+
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
136+
137+
- [Freebies](https://www.creative-tim.com/templates/free?ref=readme-madd) from Creative Tim
138+
139+
- [Affiliate Program](https://www.creative-tim.com/affiliates/new?ref=readme-madd) (earn money)
140+
141+
##### Social Media
142+
143+
Twitter: <https://twitter.com/CreativeTim>
144+
145+
Facebook: <https://www.facebook.com/CreativeTim>
146+
147+
Dribbble: <https://dribbble.com/creativetim>
148+
149+
Google+: <https://plus.google.com/+CreativetimPage>
150+
151+
Instagram: <https://instagram.com/creativetimofficial>

0 commit comments

Comments
 (0)