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
- Host: GitHub
- URL: https://github.com/howard86/user-dashboard-demo
- Owner: Howard86
- License: mit
- Created: 2023-02-25T10:10:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T10:02:20.000Z (over 2 years ago)
- Last Synced: 2025-01-18T03:12:02.207Z (4 months ago)
- Language: TypeScript
- Homepage: https://user-dashboard-demo.vercel.app
- Size: 370 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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