Skip to content

Commit 0f4f76c

Browse files
committed
First Push No changes
0 parents  commit 0f4f76c

Some content is hidden

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

66 files changed

+38044
-0
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ESLINT_NO_DEV_ERRORS=true

.eslintrc.js

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
module.exports = {
2+
env: {
3+
browser: true,
4+
es2021: true,
5+
},
6+
extends: [
7+
'plugin:react/recommended',
8+
'airbnb',
9+
],
10+
parserOptions: {
11+
ecmaFeatures: {
12+
jsx: true,
13+
},
14+
ecmaVersion: 12,
15+
sourceType: 'module',
16+
},
17+
plugins: [
18+
'react',
19+
],
20+
rules: {
21+
'react/function-component-definition': 0,
22+
'import/extensions': 0,
23+
'react/prop-types': 0,
24+
'linebreak-style': 0,
25+
'react/state-in-constructor': 0,
26+
'import/prefer-default-export': 0,
27+
'max-len': [
28+
2,
29+
550,
30+
],
31+
'no-multiple-empty-lines': [
32+
'error',
33+
{
34+
max: 1,
35+
maxEOF: 1,
36+
},
37+
],
38+
'no-underscore-dangle': [
39+
'error',
40+
{
41+
allow: [
42+
'_d',
43+
'_dh',
44+
'_h',
45+
'_id',
46+
'_m',
47+
'_n',
48+
'_t',
49+
'_text',
50+
],
51+
},
52+
],
53+
'object-curly-newline': 0,
54+
'react/jsx-filename-extension': 0,
55+
'react/jsx-one-expression-per-line': 0,
56+
'jsx-a11y/click-events-have-key-events': 0,
57+
'jsx-a11y/alt-text': 0,
58+
'jsx-a11y/no-autofocus': 0,
59+
'jsx-a11y/no-static-element-interactions': 0,
60+
'react/no-array-index-key': 0,
61+
'jsx-a11y/anchor-is-valid': [
62+
'error',
63+
{
64+
components: [
65+
'Link',
66+
],
67+
specialLink: [
68+
'to',
69+
'hrefLeft',
70+
'hrefRight',
71+
],
72+
aspects: [
73+
'noHref',
74+
'invalidHref',
75+
'preferButton',
76+
],
77+
},
78+
],
79+
},
80+
};

.gitignore

Lines changed: 23 additions & 0 deletions
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*

README.md

Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
2+
# React-Admin-DashBoard
3+
4+
React Admin Dashboard is a stunning web application that has a beautiful user interface and has been built using advanced JavaScript concepts, React, and Tailwind CSS. This dashboard provides a comprehensive and intuitive user experience, allowing users to easily manage and track their data. React is a powerful JavaScript library that enables developers to build efficient and dynamic user interfaces, while Tailwind CSS provides a collection of pre-defined classes that make it easy to style and customize UI elements. The combination of these two technologies, along with advanced JavaScript concepts, makes for a highly responsive and engaging user experience. With React Admin Dashboard, users can stay on top of their data with ease and enjoy a visually pleasing interface.
5+
6+
This Project is hosted in Netlify : [React-Admin-DashBoard by Om](https://reactadmindashboardbyom.netlify.app/)
7+
8+
# Getting Started
9+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
10+
11+
Prerequisites
12+
Before you start, make sure you have the following software installed on your computer:
13+
14+
Node.js
15+
npm (Node Package Manager)
16+
17+
18+
## 🛠 Skills
19+
Javascript, HTML, CSS, React.JS, and TailwindCSS.
20+
21+
22+
## How to use this Repository?
23+
24+
1. Clone the repository to your local machine
25+
26+
```bash
27+
git clone https://github.com/omunite215/React-Admin-DashBoard.git
28+
29+
```
30+
2. Navigate to the project directory
31+
32+
```bash
33+
cd React-Admin-DashBoard
34+
```
35+
3. Install the necessary dependencies
36+
```bash
37+
npm install
38+
```
39+
40+
4. Start the development server
41+
```bash
42+
npm start
43+
```
44+
45+
The website should now be up and running on http://localhost:3000.
46+
47+
## Built With:
48+
49+
- React - A JavaScript library for building user interfaces
50+
- Tailwind - A Modern CSS Framework.
51+
- HTML - Standard markup language for creating web pages
52+
- CSS - Style sheet language used for describing the look and formatting of a document written in HTML
53+
54+
## Features
55+
56+
- Light and Dark Mode.
57+
- Theme Color Options.
58+
- Responsive.
59+
- Beautiful UI.
60+
- Beautiful Graphs created using Syncfusion
61+
62+
63+
## Tech Stack
64+
65+
**Client:** React, TailwindCSS, Syncfusion
66+
67+
**Server:** Netlify
68+
69+
70+
## 🚀 About Me
71+
Front - End Web Development Enthusiast
72+
Specializations:
73+
- UI/UX Design.
74+
- Front-End Web Development
75+
76+
77+
## Other Common Github Profile Sections
78+
79+
👯‍♀️ I'm looking to collaborate on Front-End Web Dev Projects on React.JS
80+
81+
82+
83+
84+
## Feedback
85+
86+
If you have any feedback, please reach out to me at [email protected]
87+
88+
89+
## Authors
90+
91+
- This project is made using tutorial of [Javascript Mastery](https://www.youtube.com/watch?v=_oO4Qi5aVZs&t=57s)
92+
93+
- [@Om Patel](https://github.com/omunite215)
94+
95+
96+
97+
98+
## Acknowledgements
99+
100+
- [Awesome Readme Templates](https://awesomeopensource.com/project/elangosundar/awesome-README-templates)
101+
- [Awesome README](https://github.com/matiassingers/awesome-readme)
102+
- [How to write a Good readme](https://bulldogjob.com/news/449-how-to-write-a-good-readme-for-your-github-project)
103+
104+
- [Rapid API](https://youtube-v31.p.rapidapi.com)
105+
106+
- [React Docs](https://reactjs.org/)
107+
108+
109+
110+
111+
<p align="center">
112+
<img src="https://user-images.githubusercontent.com/78680563/214765405-cc734a03-8b4b-4051-be25-77d4b088ea69.png" alt="Om's Logo Image"/>
113+
</p>
114+
115+
116+
117+
118+
# Getting Started with Create React App
119+
120+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
121+
122+
## Available Scripts
123+
124+
In the project directory, you can run:
125+
126+
### `npm start`
127+
128+
Runs the app in the development mode.\
129+
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
130+
131+
The page will reload when you make changes.\
132+
You may also see any lint errors in the console.
133+
134+
### `npm test`
135+
136+
Launches the test runner in the interactive watch mode.\
137+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
138+
139+
### `npm run build`
140+
141+
Builds the app for production to the `build` folder.\
142+
It correctly bundles React in production mode and optimizes the build for the best performance.
143+
144+
The build is minified and the filenames include the hashes.\
145+
Your app is ready to be deployed!
146+
147+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
148+
149+
### `npm run eject`
150+
151+
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
152+
153+
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
154+
155+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
156+
157+
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
158+
159+
## Learn More
160+
161+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
162+
163+
To learn React, check out the [React documentation](https://reactjs.org/).
164+
165+
### Code Splitting
166+
167+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
168+
169+
### Analyzing the Bundle Size
170+
171+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
172+
173+
### Making a Progressive Web App
174+
175+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
176+
177+
### Advanced Configuration
178+
179+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
180+
181+
### Deployment
182+
183+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
184+
185+
### `npm run build` fails to minify
186+
187+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

craco.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// craco.config.js
2+
module.exports = {
3+
style: {
4+
postcss: {
5+
plugins: [
6+
require('tailwindcss'),
7+
require('autoprefixer'),
8+
],
9+
},
10+
},
11+
};

0 commit comments

Comments
 (0)