This project was bootstrapped with Create React App.
1.Default -By default, show the images from https://www.flickr.com/services/api/flickr.photos.getRecent.html
2.Search -A Search bar should be placed in the header.When a user istyping,displayresults from https://www.flickr.com/services/api/flickr.photos.search.html
3.Infinite Scroll -As you scroll down to the bottomof the page, display more resultsifthere are more results.
4.Suggestions -Save their search queries(in the browseritself) so that the next timethey come back, you can suggest search queries (likeas a list/tags near the searchbar).5.Preview -Clicking on a photo in the results willbring the photo up in a modal.