An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.