Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 784 Bytes

Test it here

Skills

  • Make requests and consume data from an API;

  • Use life cycles of a React component;

  • Use the setState function to ensure that a particular code is only executed after the state is updated

  • Use the BrowserRouter component correctly;

  • Create routes, mapping the URL path with the corresponding component via Route;

  • Use React Router Switch

  • Use the Redirect component to redirect to a specific route;

  • Create navigation links to the application with the Link component;


What was developed

A React App that consumes data from the Apple Music API and lets you search for an artist's name, view its albums, and play song previews/ add to favorites.