My Spotify is a React App with a Node backend utilizing the Spotify API.
Users select playlists to analyze and the program outputs the Top 10 most common songs between the selected playlists.
Motivation: built for a friend who creates playlists for clients and was curious to see which songs popped up the most frequently.
Login landing page | Spotify login |
---|---|
Selecting playlists and clicking 'Analyze' generates a list of the top 10 most common songs amongst the selected playlists
What I'd like to implement:
- Mobile friendly
- Additional playlists analysis features, maybe a playlist generator feature
- Improve playlist select design (possibly change to multi-select drop-down)