Live Demo: Dashboard
This is an Ecommerce Admin Dashboard built using Next.js and Tailwind CSS. It provides insights and management capabilities for ecommerce operations including analytics, orders, inventory, and more.
- Dashboard with metrics and charts
- Orders and inventory management
- Pagination support
- Category overview
- Responsive and modern UI
- Built with shadcn/ui components
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Components: shadcn/ui
- Animations: Framer Motion
- Charts: Recharts
Clone the project and install dependencies:
git clone https://github.com/yourusername/ecommerce-admin.git
cd ecommerce-admin
npm installStart the development server:
npm run devBuild for production:
npm run build