Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save YaakovHatam/ef18a0a5fb1eb588d34506015f46b3b3 to your computer and use it in GitHub Desktop.

Select an option

Save YaakovHatam/ef18a0a5fb1eb588d34506015f46b3b3 to your computer and use it in GitHub Desktop.
music-app.md
my music app
plan the relevant APIs for the app , use mocks in the client in order to show the data.
## 1
the main page will show list of music albums
on hover on the album from the main page , the album data will be displayed
on click the album page will be opened .
## 2 album page
contain album data + songs list ,
option to add to mark as favorite artist
link to the artist page
## 3 artist page - artist data
option to add to mark as favorite artist
### you can use:
- https://picsum.photos/200
- https://docs.microsoft.com/en-us/groove/groove-service-rest-reference/json-artist
- https://docs.microsoft.com/en-us/groove/groove-service-rest-reference/json-track
- https://docs.microsoft.com/en-us/groove/groove-service-rest-reference/json-playlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment