Devlog – MindSpace (Mood Journal & Tracker)
I started this project to create a simple web app where users can write their daily thoughts and track their mood. First, I designed the basic layout using HTML and styled it with CSS to make the interface clean and calming. Then I added JavaScript to handle user input and save journal entries using localStorage so the data stays in the browser.
Next, I implemented a keyword-based mood detection system that analyzes the text and determines whether the mood is happy, sad, or neutral. I also integrated Chart.js to display mood trends visually so users can see their emotional patterns over time.
Finally, I connected all components together, tested the application, and deployed it using GitHub Pages so it can be accessed as a live web app.
Log in to leave a comment