This is a template project for administration with internal authentication using Firebase. It was developed as part of the "Next.js and React - Cod3r" course on Udemy.
- User authentication using Firebase Authentication
- User registration
- User login
- User logout
- Dark mode
- Cookie storage
- Intuitive and responsive interface
- Next.js
- React
- Firebase
- Clone the repository to your local machine
- Install dependencies using the command
npm install - Configure environment variables in the
.envfile - Run the command
npm run devto start the development server - Access the project in your browser at
http://localhost:3000
Contributions are welcome! Feel free to open an issue or send a pull request with improvements to the project.