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

https://github.com/howard86/user-dashboard-demo

This is a demo app using TypeScript, Next.js and Tailwind CSS to create a user console
https://github.com/howard86/user-dashboard-demo

Last synced: 3 months ago
JSON representation

This is a demo app using TypeScript, Next.js and Tailwind CSS to create a user console

Awesome Lists containing this project

README

        

# User dashboard demo

This is a sample application based on **highly** opinionated [Next.js](https://nextjs.org/) template [nextjs-tailwind-template](https://github.com/Howard86/nextjs-tailwind-template).

## Getting Started

First, run the development server:

```bash
yarn
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Tech Stack

1. [Next.js](https://nextjs.org)
2. [Tailwind CSS](https://tailwindcss.com)
3. [daisyUI](https://daisyui.com)
4. [RTK Query](https://redux-toolkit.js.org/rtk-query/overview)
5. [React Hook Form](https://react-hook-form.com)
6. [headless UI](https://headlessui.com)
7. [react-hot-toast](https://react-hot-toast.com)
8. [clsx](https://github.com/lukeed/clsx)

## Deploy on Vercel

This website is deployed on [https://user-dashboard-demo.vercel.app/](https://user-dashboard-demo.vercel.app/) powered by [Vercel](https://vercel.com).

Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## License

MIT