This project was bootstrapped with Create React App.
To run this app, clone it and run npm install.
$ npm install
After creation, your project should look like this:
my-app/
README.md
node_modules/
package.json
package-lock.json
public/
index.html
favicon.ico
src/
App.js
index.css
index.js
components/
layout
Layout.js
Layout.module.css
MainNav.js
MainNav.module.css
photos/
PhotoItem.js
PhotoItem.module.css
PhotoList.js
PhotoList.module.css
ui/
Card.js
Card.module.css
You will need a flickr api key to run the app.
This should be stored in a .env file with...
REACT_APP_FLICKR_API_KEY=<your api key>