This is a admin dashboard UI built with Next.js. It is only the front-end interface so we are just using files for the data. Feel free to add on to it and make it a full stack project.
- Next.js/React
- TypeScript
- Shadcn/ui
- Tailwind CSS
- Recharts
- Lucide React
- React Hook Form
- Zod
- Next Themes
Install dependencies:
npm Install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.