Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 693 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 693 Bytes

Challenge 2

This is the product of Challenge 2 in #CodeWithNellySugu Challenges

To run the application, use the following command: yarn start

Description

Using React.js build a search form with one input field and a “Get Album Photos By Id” button with the following functionalities:

  1. 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.

  2. Use this guide to figure which endpoint to use https://jsonplaceholder.typicode.com/guide/

  3. Application is deployed on https://challengetwonelly.netlify.app