Skip to content

pemill-dev/v3

This branch is 35 commits ahead of, 175 commits behind Kiranism/next-shadcn-dashboard-starter:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
Mar 20, 2024
Jan 22, 2024
Feb 13, 2024
Nov 16, 2023
Jan 5, 2024
Jan 5, 2024
Nov 2, 2023
Nov 2, 2023
Jan 5, 2024
Nov 2, 2023
Nov 4, 2023
Dec 29, 2023
Mar 22, 2024
Nov 4, 2023
Feb 9, 2024
Nov 6, 2023
Nov 3, 2023
Jan 5, 2024
Jan 5, 2024
Nov 4, 2023
Nov 4, 2023
Nov 2, 2023

Repository files navigation

Next.js 14 Admin Dashboard Starter Template With Shadcn-ui
Built with the Next.js App Router

Overview

This is a starter template using the following stack:

If you are looking for a React admin dashboard starter, here is the repo.

Pages

Pages Specifications
Signup Authentication with NextAuth supports Social logins and email logins(Enter dummy email for demo).
Dashboard Cards with recharts graphs for analytics.
Users Tanstack tables with user details client side searching, pagination etc
Users/new A User Form with Uploadthing to support file uploading with dropzone.
Employee Tanstack tables with server side searching, pagination etc).
Profile Mutistep dynamic forms using react-hook-form and zod for form validation.
Kanban Board A Drag n Drop task management board with dnd-kit and zustand to persist state locally.
Not Found Not Found Page Added in the root level
- -

Getting Started

Follow these steps to clone the repository and start the development server:

  • git clone https://github.com/Kiranism/next-shadcn-dashboard-starter.git
  • npm install
  • Create a .env.local file by copying the example environment file: cp env.example.txt .env.local
  • Add the required environment variables to the .env.local file.
  • npm run dev

You should now be able to access the application at http://localhost:3000.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • JavaScript 1.1%
  • CSS 0.8%