This project is a customizable dashboard built using Next.js, React, and Tailwind CSS. It includes various UI components from Radix UI and Lucide icons for a modern look and feel.
- Dynamic Dashboard: Easily configurable with drag-and-drop widgets.
- Responsive Design: Fully responsive layout using Tailwind CSS.
- UI Components: Integrated with Radix UI components like Avatar, Collapsible, Dialog, Dropdown Menu, Separator, Tooltip, and more.
- Icon Library: Utilizes Lucide icons for graphical elements.
- Theme Support: Integrated with Next.js Themes for easy theme management.
- Next.js
- React
- Tailwind CSS
- Radix UI
- Lucide
- Clone the repository:
git clone https://github.com/prantomollick/dashboard-project-app-shadcn
- Install dependencies:
cd dashboard-project-app-shadcn
npm install
- Run the development server:
npm run dev
- Open
http://localhost:3000
in your browser.