Skip to content

SarahBaghdadi/7_react_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup your app, place your API key in a config file in the src folder as follows:

Config.js

const apiKey = 'YourKey'; export default apiKey;

Then in src/components/SearchForm.js

import apiKey from '../Config';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published