/Gallery-App

Project 9 of 12 for Treehouse Techdegree - Full Stack JavaScript

Primary LanguageJavaScript

Project 9

Gallery App 🖼️

This is the ninth of twelve projects for the 🏡 Treehouse Techdegree Full Stack JavaScript.

This project uses the Flickr API and React to retrieve images based on user searches.

npm install to install dependencies.

Add a config.js file to src and add in

const apiKey = "YOUR-API-KEY"; 
export default apiKey;

Then npm start to run.