This is the product of Challenge 2 in #CodeWithNellySugu Challenges
To run the application, use the following command: yarn start
Using React.js build a search form with one input field and a “Get Album Photos By Id” button with the following functionalities:
-
In the input field the user can enter an album id number and when they click on the “Get Album Photos By Id” button, the application displays the title and a thumbnail image of all the photos of the album by that id.
-
Use this guide to figure which endpoint to use https://jsonplaceholder.typicode.com/guide/
-
Application is deployed on https://challengetwonelly.netlify.app