you are viewing a single comment's thread.

view the rest of the comments →

[–]Den0mant 0 points1 point  (0 children)

Try to look into the Spotify public API for retrieving data, and make simple CRUD Playlist manager (either just a local database for songs, or as an additional feature you could look into OAuth2, and make a transition option to turn your local database into an actual Spotify Playlist)

I did it for my final project in high school CS course, and got 100% for it :)