Skip to content

KaraBharat/shadcn-crm-dashboard

Repository files navigation

Shadcn CRM Dashboard - UI

A modern CRM dashboard built with Next.js and Shadcn UI components, featuring a clean and responsive interface for managing customer relationships, sales, and analytics.

Features

  • Modern UI: Built with Shadcn UI components and Tailwind CSS
  • Responsive Design: Fully responsive dashboard that works on all devices
  • Dashboard Analytics: Visual representations of key metrics and customer data
  • Multiple Modules: Customers, Invoices, Leads, Orders, and more
  • Dark Mode Support: Toggle between light and dark themes

Screenshots

Dashboard Views

Dashboard Overview Dashboard Analytics Dashboard Customers

Landing Page

Landing Page

Mobile Experience

Mobile Dashboard Mobile Analytics Mobile Navigation

Project Structure

src/
├── app/                 # Next.js App Router
│   ├── dashboard/       # Dashboard routes
│   └── page.tsx         # Landing page
├── components/
│   ├── ui/              # Shadcn UI components
│   └── shared/          # Shared components
├── features/
│   ├── dashboard/       # Dashboard feature components
│   │   ├── components/  # Dashboard UI components 
│   │   └── pages/       # Dashboard page components
│   └── landing/         # Landing page components

Tech Stack

  • Framework: Next.js 15.x with React 19
  • Styling: Tailwind CSS
  • UI Components: Shadcn UI with Radix UI primitives

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published