fengshch / traversypress-ui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:TypeScript 97.7%Language:CSS 2.1%Language:JavaScript 0.3%