Web application that displays Flickr photos. It uses the flickr.photos.search API method for fetching photos. It uses infinite scrolling for image loading. You have the ability to search for photos by title, description and tags. There are unit tests, that test different screens and components.
View the app in action by visiting the LIVE DEMO.
- Clone the repository.
- Open the terminal and navigate to the cloned project folder. Run
npm install
. - Open the terminal and navigate to the cloned project folder. Run
npm start
. - Open localhost:3000
- Clone the repository.
- Open the terminal and navigate to the cloned project folder. Run
npm test
.