A well-designed and responsive frontend dashboard built using Next.js (App Router), Tailwind CSS, and Chart.js.
- Frontend: Next.js (App Router), React.js, Tailwind CSS
- Charts & Data Visualization: Chart.js
- Responsive and modern UI with Tailwind CSS
- Dashboard displaying key insights using Chart.js
- Customer management page with static data
- Orders management page with static data
/dashboard
- Main dashboard with data visualization/customer
- Customer management section with static data/orders
- Orders management section with static data
Make sure you have the following installed:
- Node.js (latest LTS recommended)
git clone https://github.com/your-username/nextjs-dashboard.git
cd nextjs-dashboard
npm install
npm run dev
The app should now be running on http://localhost:3000
To deploy on Vercel, run:
vercel
Follow the setup instructions and your app will be live!
Feel free to fork the repo and submit pull requests.
MIT License