SpotMood is a full-stack web application that recommends Spotify playlists based on the user's selected mood. It combines user interaction, dynamic UI, and Spotify's API to create a personalized music experience.
- Choose from a variety of moods (e.g., happy, sad, chill, energetic)
- Get Spotify playlists tailored to your current emotion
- Clean and responsive UI
- Integrates with Spotify's public API
- Frontend & Backend: Next.js
- UI Framework: Tailwind CSS
- API Integration: Spotify Web API
- Deployment: Vercel
- User selects a mood.
- App queries Spotify for mood-relevant playlists.
- Returns and displays curated playlists with embedded previews.
This project is deployed on Vercel, but you can run it locally:
git clone https://github.com/Honorine-Ishimwe/SpotMood.git
cd SpotMood
npm install
npm start