Skip to content

sradms0/image-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Gallery

An image gallery application that fetches data from the Flickr API.

Built With

  • Node 11
  • React 16

Prerequisites

Configuration

  • Store your Flickr API key in an environment variable in /.env:
    REACT_APP_API_KEY='flickr_api_key'
  • The application generates 'default' topics for images in buttons, based on a JSON file, /src/etc/data.json:
    {"default_queries": ["samurai", "mountains", "goat yoga"]}
    This data may be changed to whatever you'd like.

Documentation

  1. The API for this application can be generated by running:
    npm run docs
  2. This documentation can then be viewed in your browser.

Run

npm install && npm start

About

An image gallery application that fetches data from the flickr api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors