- Fork this repo
- Install all dependencies using
npm install
- Run the app using
npm start
Use the Spotify API to fetch and display the following items:
- Fetch and display Released This Week songs
- Use the API path
new-releases
- Use the API path
- Fetch and display Featured Playlists
- Use the API path
featured-playlists
- Use the API path
- Fetch and display Browse genres
- Use the API path
categories
- Use the API path
- Loading state/UI (optional, current UX is already clean)
- Taking a look at the Spotify API documentation
- Do you resolve each API request one after the other or in parallel?
- Where do you make the API requests?
- Do you implement state management using something like Redux?
- How much logic do you offload out of the UI components?
We don't want to restrict you too much so feel free to scope the project to your time and needs (usually it takes around 1-2 hours). However; make sure there is enough code (written by yourself) to explain your design and approach.
Be creative, be awesome!
Please feel free to contact Hidde Ottens