I built a simple web app that recommends music based on how you’re feeling. I wanted something small, personal and fun to practice JavaScript object and DOM manipulation.
I built a simple web app that recommends music based on how you’re feeling. I wanted something small, personal and fun to practice JavaScript object and DOM manipulation.
Today I built my first small web project: a mood-based music recommender.
The idea was simple — the user selects how they’re feeling, and the site shows music recommendations for that mood. I used basic HTML, CSS, and JavaScript, without any APIs.
I ran into an issue where the buttons didn’t work at first. After debugging, I realized my JavaScript file wasn’t properly connected. Fixing that helped me understand how scripts load and how event listeners work.
This project also helped me learn how to create a GitHub repository and deploy a site using GitHub Pages, which felt really rewarding.
Next, I want to improve the design and maybe add external links to playlists or add more moods.
Log in to leave a comment