/flickrstock-library

React app where a user can search through images. It uses Redux-Saga and the Flickr/Shutterstock APIs. :electron: :construction:

Primary LanguageHTML

flickrstock-library

A React app where a user can search through a library of images. It uses Redux-Saga and the Flickr/Shutterstock APIs.

🔶 PROJECT INCOMPLETE 🔶

Tech Stack and Key Packages

App Map

public/
  index.html
  favicon.ico
src/
  App.css
  App.js
  App.test.js
  index.css
  index.js
  logo.svg

Getting Started

Install dependencies then launch app @ localhost:8000

$ npm install
$ npm start

NPM Commands

Command Description
npm start Start webpack development server @ localhost:3000
npm test Run tests on all .test. files.
npm run build Build production bundles to ./build directory
npm run eject Remove single build dependency from project
npm run server Start express server @ localhost:3000 to serve build artifacts from ./build directory

🔶 PROJECT INCOMPLETE 🔶