Create a basic web or mobile app where users can log their daily mood and see a simple visual chart of how it changes over time.
No complex AI or backend required (but can be added later if you want).
Uses basic CRUD (Create, Read, Update, Delete) operations.
Teaches you HTML, CSS, JavaScript (or a beginner mobile framework).
Easy to make in 1–2 days.
Expandable if you want to add more features.
Log Mood – User selects a mood (Happy, Sad, Neutral, etc.) from a dropdown or emoji buttons.
Add Notes – Option to write a short note about why they feel that way.
View Mood History – Display past moods in a list.
Mood Chart – Show a basic bar or line chart of mood trends using a chart library like Chart.js.
Local Storage – Save data on the browser/device so no backend is required.
. . . .. . . . .
N/A