https://github.com/bradtraversy/traversypress-ui
Dashboard UI built with Next.js, TypeScript and Shadcn/ui
https://github.com/bradtraversy/traversypress-ui
Last synced: 11 days ago
JSON representation
Dashboard UI built with Next.js, TypeScript and Shadcn/ui
- Host: GitHub
- URL: https://github.com/bradtraversy/traversypress-ui
- Owner: bradtraversy
- Created: 2024-05-29T16:16:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:14:09.000Z (over 1 year ago)
- Last Synced: 2025-09-02T04:52:18.918Z (7 months ago)
- Language: TypeScript
- Size: 292 KB
- Stars: 151
- Watchers: 1
- Forks: 62
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github
README
# 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:
```bash
npm Install
```
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.