Skip to content

chrisgrace84/flickr-api-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr API task

This project was bootstrapped with Create React App.

Installation

To run this app, clone it and run npm install.

$ npm install

Folder Structure

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 

API key

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published