https://github.com/ciggzy1312/moodventure
https://github.com/ciggzy1312/moodventure
auth0 mongodb nextjs react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ciggzy1312/moodventure
- Owner: Ciggzy1312
- Created: 2022-06-18T02:45:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T13:37:05.000Z (over 3 years ago)
- Last Synced: 2025-07-12T03:31:57.789Z (12 months ago)
- Topics: auth0, mongodb, nextjs, react
- Language: JavaScript
- Homepage: https://moodventure.vercel.app/
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`