Dashboard is a fully responsive, dark-mode-enabled admin panel built with Next.js, Tailwind CSS, shadcn/ui, and Framer Motion – featuring animated skeletons, circular progress charts, and clean modern UI components.
- ⚡ Next.js 15 (App Router)
- 🎨 Tailwind CSS
- 🧠 Framer Motion
- 💅 shadcn/ui
- 🖼️ react-loading-skeleton
- 🌗 Context API – State management (e.g., dark mode)
- 🔵 react-circular-progressbar – Circular charts
- 🧩 lucide-react – Icon library
- 🌙 Dark Mode Support
- Clone the repo:
git clone https://github.com/Sarathmithran/dashboard.git
cd dashboard
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project is deployed using Vercel
👉 Live Site: Dashboard