Made the basic frontend structure. Still needs many design changes. Will get to coding the backend as soon as frontend’s solid enough.
Log in to leave a comment
Made the basic frontend structure. Still needs many design changes. Will get to coding the backend as soon as frontend’s solid enough.
Log in to leave a comment
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