Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a mood tracker application project #896

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Projects/1-Beginner/Daily-Mood-Tracker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Daily Mood Tracker

**Tier:** 1-Beginner

The Daily Mood Tracker is a simple web application that allows users to record and visualize their daily moods. This app helps users become more aware of their emotional patterns and potentially identify factors influencing their mood over time.

* Purpose: To provide an easy way for users to track their daily moods and see patterns over time.

* Resources needed: Basic knowledge of HTML, CSS, and JavaScript. No external APIs are required for the core functionality.

## User Stories

- [ ] User can select a mood from a predefined list (e.g., happy, sad, neutral, excited, angry)
- [ ] User can add a short note along with their mood entry
- [ ] User can delete a mood entry

## Bonus features

- [ ] User can customize the list of available moods
- [ ] User can set reminders to log their mood

## Useful links and resources

- [localStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
- [Date object in JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)

## Example projects

- [Mood Tracker App](https://moodtracker.com/)
- [Daylio](https://daylio.net/) - Mobile app with similar functionality