Overview
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.
Features
- 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.
Technologies Used
- Next.js
- React
- Tailwind CSS
- Radix UI
- Lucide
Screenshots Dark and Light Mode
Dark Mode
Dashboard Page

User Page

User Input Form

Data Table Page

Light Mode
Dashboard Page

User Page

User Input Form

Data Table Page

Installation
- 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.