Journal and Tracker
The Emotional Journal and Tracker is a simple, interactive web application designed to help users monitor their daily emotional states, recognize behavioral patterns, and build self-awareness for improved mental well-being.
- ✅ Daily mood logging with emoji-scale or qualitative inputs
- ✅ Notes and reflection prompts
- ✅ Visualizations of emotional trends over time
- ✅ Private, local storage or secure user login (optional)
- ✅ Lightweight and mobile-friendly design
This project aims to promote self-care and emotional literacy by offering a consistent, low-friction space for users to track how they feel and why—without judgment. It's especially useful for:
- Building daily check-in habits
- Spotting emotional triggers or trends
- Supporting therapy or journaling routines
- Practicing mindfulness and self-reflection
- HTML5, CSS3, JavaScript (Vanilla or React)
- LocalStorage / IndexedDB for client-side persistence
- Chart.js or Recharts for emotion trend graphs
- Optional: Firebase or Supabase for user auth & cloud sync
- Clone the repository:
git clone https://github.com/yourusername/emotional-wellness-tracker.git
cd emotional-wellness-tracker