Modern dashboard application built with Next.js 14, Shadcn/UI, and Recharts. Features dark mode support and interactive data visualization components.
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 configThis 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:
components/ui
directory