Mood-Based Music Recommender banner

Mood-Based Music Recommender

1 devlogs
49m 14s

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.

Loading README...

Sadat Bin Raihan

Devlog #1 – Mood-Based Music Recommender 🎧

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.

Attachment
0