Skip to content

Recommendation feature: View recommended songs

as a user, I want to view my song recommendations, so that I can discover new music

  • Connect to the Spotify Get Recommendation API endpoint to fetch a list of recommended tracks.
  • Design and implement a "Recommendations" page/section in the web app.
  • Each recommendation songs must can be marked as like, dislike and undo by users in UI (storage the marks)
  • Return errors if API response some issues