https://github.com/naseemkhandev/react-admin-dashboard
A Fully Responsive React Admin Dashboard design with real time data changing graphs and charts
https://github.com/naseemkhandev/react-admin-dashboard
admin-dashboard admin-dashboard-ui admin-panel admindashboard charts graphs react reactadmin reactadminpanel reactjs reacttailwind recharts recharts-js tailwindcss
Last synced: about 2 months ago
JSON representation
A Fully Responsive React Admin Dashboard design with real time data changing graphs and charts
- Host: GitHub
- URL: https://github.com/naseemkhandev/react-admin-dashboard
- Owner: naseemkhandev
- Created: 2023-11-17T16:23:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T15:37:51.000Z (over 2 years ago)
- Last Synced: 2024-12-26T04:10:18.165Z (over 1 year ago)
- Topics: admin-dashboard, admin-dashboard-ui, admin-panel, admindashboard, charts, graphs, react, reactadmin, reactadminpanel, reactjs, reacttailwind, recharts, recharts-js, tailwindcss
- Language: JavaScript
- Homepage: https://reactadminpannel.vercel.app/
- Size: 411 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Admin Dashboard
## Instructions
## Prerequisites
Make sure you have [Node.js](https://nodejs.org/en) and [Yarn](https://yarnpkg.com/) installed on your machine.
## Installation
Clone the repository:
```bash
git clone https://github.com/NaseemKhan005/react-admin-dashboard.git
```
Change into the project directory:
`cd react-admin-dashboard`
Install dependencies:
`yarn install`
# Running the Project
To start the development server, run:
`yarn dev`
This will start the development server. Open your browser and visit http://localhost:5173 to view the application.
# Building the Project
To start the development server, run:
`yarn build`
# Linting
To lint the code, run:
`yarn lint`
# Previewing the Build
To preview the production build, run:
`yarn preview`
# Dependencies
Below are some key dependencies used in this project:
- react
- react-dom
- react-router-dom
- recharts
- react-multi-date-picker
- react-dnd
- react-dnd-html5-backend
- react-icons
# Dev Dependencies
Some key development dependencies include:
- eslint
- tailwindcss
- vite