An attractive, modern, and responsive dashboard built with React, Vite, and Tailwind CSS. This project demonstrates a professional dashboard UI with analytics, order management, notifications, and more.
- 📊 Ecommerce Analytics Dashboard: Visualize key metrics with custom charts and stat cards
- 🛒 Order List View: Manage and view orders with status, user info, and filters
- 🌙 Dark/Light Mode: Seamless theme switching
- 🗺️ World Map & Location Insights
- 🔔 Notifications & Activity Feed
- 🧩 Modular Components: Clean, reusable React components
- ⚡ Vite Fast Refresh for instant feedback
- 🎨 Tailwind CSS for rapid, beautiful styling
juspay_dashboard/
├── public/
│ └── vite.svg
├── src/
│ ├── App.jsx
│ ├── main.jsx
│ ├── assets/
│ ├── components/
│ │ ├── common/
│ │ └── layout/
│ └── views/
│ ├── EcommerceDashboard.jsx
│ └── OrderList.jsx
├── index.html
├── package.json
└── README.md
- React 19
- Vite
- Tailwind CSS
- Recharts (for charts)
- Lucide React (icons)
git clone https://github.com/jack-coder5416/react-dashboard.git
cd juspay_dashboardnpm installnpm run devThe app will be available at http://localhost:5173
npm run buildnpm run preview- Edit
src/views/EcommerceDashboard.jsxandsrc/views/OrderList.jsxto customize dashboard content. - Add or modify components in
src/components/for new features. - Update styles using Tailwind utility classes in your JSX.
- Replace placeholder images in the screenshots section with your own.
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.

