Modern dashboard application built with Next.js 14, Shadcn/UI, and Recharts. Features dark mode support and interactive data visualization components.
- Interactive dashboard with data visualization
- Dark/Light mode toggle
- Responsive design
- Interactive charts with Recharts
- Modern UI with Shadcn components
- Next.js 14
- TypeScript
- Tailwind CSS
- Shadcn/UI
- Recharts for data visualization
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
/app
- Next.js App Router pages and layouts/components
- UI components, including Shadcn components/lib
- Utility functions/public
- Static assets/styles
- Global CSS and Tailwind config
This project uses Shadcn/UI components which are built on top of Radix UI and styled with Tailwind CSS. The components are imported from @/components/ui/*
and can be customized as needed.
To add more Shadcn components, follow these steps:
- Create a new file in the
components/ui
directory - Paste the component code from Shadcn UI documentation
- Install any necessary dependencies