Created
May 30, 2021 18:17
-
-
Save YaakovHatam/ef18a0a5fb1eb588d34506015f46b3b3 to your computer and use it in GitHub Desktop.
music-app.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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