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.
- Host: GitHub
- URL: https://github.com/solarluiso/mood-tracker
- Owner: solarluiso
- Created: 2024-12-03T17:51:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:01:33.000Z (over 1 year ago)
- Last Synced: 2025-02-02T15:52:56.731Z (over 1 year ago)
- Topics: authentication, firebase, full-stack, nextjs, tailwindcss
- Language: JavaScript
- Homepage: https://mood-mapper.netlify.app/
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.