npm install
npm run start:dev
-
Create a github Repo or Click 'Fork' from the top menu and generate your own JSFiddle link. Be sure to click 'Update' when your work is done.
-
Create a Search Component for entering an Artist
-
On Search, make an api call to iTunes API to fetch the information about the artist API URL: https://itunes.apple.com/search?term=${ARTIST_NAME}
-
When the Search button is clicked, make a call to the API and display the list of albums, including the album name and album cover inside #albums-container in a grid. Use any CSS technique you are comfortable with (Note: The API will return a list of albums based on the search result. Use your skills to find out what the iTunes API data structure looks like and extract the relevant data from it).
-
Style the page to the best of the ability to make the UI look clean and presentable
-
Checkin or Click Update from the top Menu and save the link