Skip to content

apalm112/FSJS-React-Gallery-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSJS Project #9: React Gallery App

This project was bootstrapped with Create-React-App. Built the React components, added to the supplied CSS and set up react-router-4 for the routing. Fetches data from the Flickr API.

Installation

Clone the GitHub repository & use npm to install the dependencies.

$ git clone git@github.com:apalm112/FSJS-Gulp-Built-Front-End-Website.git

$ npm install

Add your Flickr API key to the src/components/config.js file.

const flickrAPI = '<Flickr API key>';

  • Run the app from the command line with:
$ npm start

About

An image gallery using React, React Router 4 & the Flickr API. Deployed at

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published