/traversypress-ui

Dashboard UI built with Next.js, TypeScript and Shadcn/ui

Primary LanguageTypeScript

TraversyPress UI

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.

Packages Used

  • Next.js/React
  • TypeScript
  • Shadcn/ui
  • Tailwind CSS
  • Recharts
  • Lucide React
  • React Hook Form
  • Zod
  • Next Themes

Getting Started

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.