Skip to content

Instantly share code, notes, and snippets.

@grupo-exito-ecommerce
Last active April 26, 2022 17:08
Show Gist options
  • Select an option

  • Save grupo-exito-ecommerce/32da06f04eaa68f1fd58b6f7e40106b6 to your computer and use it in GitHub Desktop.

Select an option

Save grupo-exito-ecommerce/32da06f04eaa68f1fd58b6f7e40106b6 to your computer and use it in GitHub Desktop.

React Test

What you should know we expect:

Your are going to use the next api: https://i8rmpiaad2.execute-api.us-east-1.amazonaws.com/dev/api/

Requirements:

  • The application should have react + typescript, hooks.
  • The app should have a route for each of the following end points:
- /api/artists
- /api/artists/:id/albums
- /api/albums/:id/songs

Example: https://i8rmpiaad2.execute-api.us-east-1.amazonaws.com/dev/api/artists

Then:

  • There should be a component to list all artists
  • In each artist info should be a list of albums
  • In each album should be the list of songs and the posibility to play any of them
  • In the component where I play the song should be atleast another 3 random songs of this artist as suggestions
  • From home should be a button to play a random song

What you should know we expect:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment