A simple and thoughtful console-based Java application that helps users log their mood and mental health status on a daily basis.
This project is perfect for practicing Java, OOP concepts, file handling, and building real-world CLI applications.
β
Add daily mood entry with notes
β
View all previous entries in a readable format
β
Weekly average mood summary (last 7 days)
β
Data saved to a local file (mood_data.txt)
β
Built completely using Java (no HTML/JS)
- Java 17+
- VS Code (or any IDE)
- CLI / Terminal