A web application to track and analyze your mood throughout the days, built with Next.js and Firebase.
- User authentication (login/register)
- Track daily mood
- View mood history
- Clone the repository:
git clone https://github.com/yourusername/mood-tracker.git
- Navigate to the project directory:
cd mood-tracker
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
.
To deploy the application, you can use platforms like Vercel or Netlify. Follow their documentation for deploying a Next.js application.
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is licensed under the MIT License.