Project: Smart Study Tracker
- Built a Java console application to track and analyze study sessions.
- Implemented study log storage using ArrayList and Collections Framework.
- Generated date-wise and subject-wise analytics using TreeMap.
- Implemented CSV export using FileWriter for report generation.