A C++ console-based application designed to assist users in monitoring their emotional well-being using OOP principles, file handling, and a rule-based AI therapist.
- User System: Secure login/registration with persistent storage.
- Mood Tracking: Record mood (1-10) and specific emotions.
- AI Therapist: Keyword-based chatbot response system.
- Advice Engine: Generates context-aware tasks based on current mood.
- Analytics: ASCII graphs visualizing mood trends (Before vs. After sessions).
- Comparison: Overloaded operators to compare progress with friends.
- Compile: Use any C++ compiler (G++, MinGW, Visual Studio).
g++ "MHT v6.5.cpp" -o tracker