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

https://github.com/ciggzy1312/moodventure


https://github.com/ciggzy1312/moodventure

auth0 mongodb nextjs react

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Moodventure

Mental Health is important and hence keeping track of it also becomes a necessity. Moodventure is a web application that lets a user track his mental health by daily logging about how the day went and that too in new colors. It also generates a graph and a calendar based on the mood across a certain period

## Usage

Deployed link -> https://moodventure.vercel.app/

Demo video -> https://www.youtube.com/watch?v=xmAms2Hvg6w&t=37s

## Features

- User Authentication using Auth0
- Add moods to calendar
- Edit moods
- Change calendar log colors according to moods
- Generate a graph based on logged moods

## Screenshots

## Tech Stack

- [Next js](https://nextjs.org) - Next.js is an open-source web development framework created by Vercel enabling React-based web applications
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework that can be composed to build any design, directly in your markup.
- [MongoDB Atlas](https://www.mongodb.com/atlas/database) - MongoDB Atlas is a fully-managed cloud database that handles all the complexity of deploying
- [Auth0](https://auth0.com/) - An easy to implement, adaptable authentication and authorization platform
- [Moment.js](https://momentjs.com/) - Parse, validate, manipulate and display dates and times in JavaScript
- [Chart.js](https://www.chartjs.org/) - Simple yet flexible JavaScript charting library for the modern web

## Contributing

- Install dependencies : `npm install`
- Start the client : `npm run dev`