Skip to content

A simple C++ console application to track and display mood entries.

Notifications You must be signed in to change notification settings

kayleam730/moodtracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

moodtracker

A simple C++ console application to track and display mood entries.

Features

  • Add mood entries with date and time
  • Display all mood entries

Prerequisites

  • C++ compiler (e.g., g++, clang++)

Usage

Upon running the program, you will see a menu with the following options:

Add Mood Entry Display Mood Entries Exit

Adding a Mood Entry

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

Displaying Mood Entries

To display all mood entries, select option 2. This will list all the saved mood entries with their respective dates, times, and moods.

Exiting the Program

To exit the program, select option 3.

About

A simple C++ console application to track and display mood entries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages