parent
08b771c863
commit
cc223c041c
@ -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…
Reference in new issue