This project is a dashboard app built with Next.js, Tailwind CSS, and Firebase. It is a simple dashboard app that allows users to sign in, sign up, and view their profile. The app also has a protected route that only authenticated users can access.
- Sign in
- Sign up
- View profile
- Protected route
- Next.js
- Tailwind CSS
- Firebase
- Clone the repository
git clone git@github.com:myLightLin/nextjs-dashboard.git
- Install dependencies
pnpm install
-
Create a Firebase project and add your Firebase configuration to the
.env.local
file -
Run the development server
pnpm dev
- Open http://localhost:3000 in your browser
See DevLog
This project is open source and available under the MIT License.