A modern, responsive admin dashboard built with React 19, Vite 7, Tailwind CSS 4, and Recharts. This project demonstrates a scalable architecture for enterprise dashboards, featuring:
- Real-time data visualization (charts, stats, tables)
- Modular component structure
- Utility-first styling with Tailwind CSS
- Fast development workflow with Vite
- React 19 – Component-based UI
- Vite 7 – Lightning-fast build tool
- Tailwind CSS 4 – Utility-first CSS framework
- Recharts 3 – Data visualization
- React Router DOM 7 – SPA routing
- React Icons – SVG icon packs
- ESLint – Code quality
-
Clone the repository:
git clone https://github.com/your-username/admin-dashboard.git cd admin-dashboard -
Install dependencies:
npm install # or yarn install
Start the local development server with hot reloading:
npm run dev
# or
yarn devVisit http://localhost:5173 in your browser.
Build the app for production:
npm run build
# or
yarn buildPreview the production build locally:
npm run preview
# or
yarn previewRun ESLint to check for code issues:
npm run lint
# or
yarn lint- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/YourFeature) - Open a Pull Request
This project is open source and available under the MIT License.
Feel free to open an issue or discussion on the repository!