pull/896/merge
Nkwi Cyril 11 months ago committed by GitHub
commit 3ea0223d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
Loading…
Cancel
Save