Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 866 Bytes

flickr-photos

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.

To run the project:

  1. Clone the repository.
  2. Open the terminal and navigate to the cloned project folder. Run npm install.
  3. Open the terminal and navigate to the cloned project folder. Run npm start.
  4. Open localhost:3000

To run the tests:

  1. Clone the repository.
  2. Open the terminal and navigate to the cloned project folder. Run npm test.