Mood Monitor is a React app that allows mindful users to track their mood daily, or throughout the day 🗓️ .
Add a new date, and for each day add as much mood tracking as you like. Each mood check-in is time stamped, and has a Like button to keep track of check-ins you would like to pay special attention to 🗒️.
- You have the latest version of React installed
- You have the latest version of NPM and Node.js installed
- You have followed the instructions from the backend repository Mood Monitor - Backend
- Fork and clone this repository and the backend repository
- Run Rails s on the backend
- Run NPM start on the frontend
- Enjoy tracking your moods!
- Fork and clone this repository
- Create a branch
git checkout -b <branch_name>
- Make your changes
- Commit changes
git commit -m '<commit-message>'
- Push to the original branch
git push origin <project_name>/<location>
- Create the pull request
Or, see Github's documentation: Creating a pull request
This project uses the MIT license.