A simple C++ console application to track and display mood entries.
- Add mood entries with date and time
- Display all mood entries
- C++ compiler (e.g., g++, clang++)
Upon running the program, you will see a menu with the following options:
Add Mood Entry Display Mood Entries Exit
To add a mood entry, select option 1 and follow the prompts to enter the date, time, and your mood. The moods available are:
Happy Sad Angry Excited Calm
To display all mood entries, select option 2. This will list all the saved mood entries with their respective dates, times, and moods.
To exit the program, select option 3.