A Gallery app made using React to display pictures retreived using the flickr api. It includes three default picture routes and a search bar to be able to searh pictures from flickr.
This project was bootstrapped with Create React App.
- Download or clone the repository
- Include a config.js folder in the src folder with your own flickr api key exported
- Open Terminal in the project directory
- Run npm install to install dependencies
- Run npm start to start the react application
- Go to http://localhost:3000 using your prefered browser to view