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

https://github.com/solarluiso/mood-tracker

Fully responsive full-stack application built with Next.js, Tailwind CSS and Firebase.
https://github.com/solarluiso/mood-tracker

authentication firebase full-stack nextjs tailwindcss

Last synced: 2 months ago
JSON representation

Fully responsive full-stack application built with Next.js, Tailwind CSS and Firebase.

Awesome Lists containing this project

README

          

# Mood Tracker

A web application to track and analyze your mood throughout the days, built with Next.js and Firebase.

![Demo](https://github.com/solarluiso/mood-tracker/blob/main/public/demo.png)

## Features

- User authentication (login/register)
- Track daily mood
- View mood history

## Installation

1. Clone the repository:
```bash
git clone https://github.com/yourusername/mood-tracker.git
```
2. Navigate to the project directory:
```bash
cd mood-tracker
```
3. Install dependencies:
```bash
npm install
```

## Usage

1. Start the development server:
```bash
npm run dev
```
2. Open your browser and navigate to `http://localhost:3000`.

## Deployment

To deploy the application, you can use platforms like Vercel or Netlify. Follow their documentation for deploying a Next.js application.

## Contributing

If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

## License

This project is licensed under the MIT License.