React app that uses the Flickr API to generate a photo carousel based on a Flickr gallery.
To get started, first clone or download the repository.
git clone https://github.com/Dquinonez/flickrAssignment.git
Move inside the project folder
cd flickrAssignment
Install all the necessary dependencies.
yarn install
Before running the app, go to the src/components/App.js component and change the iframe src to your localhost.
http://localhost:3000/search
To run the app
yarn start
To view the project, go to: http://localhost:3000/
Here is a list of Flickr galleries IDs to test with:
-
72157647277042064 - National Take A Walk In The Park Day
-
72157691024360322 - There Is No Place Like Home
-
72157691033089312 - World Wildlife Day
This project was bootstrapped with Create React App.
Libraries I used: