Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.47 KB

GIPHY APP - Fun with Animals

React App for Fetching Random Giphies from the Giphy API based on a list of Animals.

WIREFRAME:

View

DEPLOYED

View

RUNNING LOCALLY

Prerequisite: install NVM if not already installed Click Here

Node version is lts/carbon

nvm use && npm install && npm start

Client will run on localhost:3000

TESTING

nvm use && npm install && npm run test or nvm use && npm install && npm run test:watch

ADDITIONAL IMPROVEMENTS THAT CAN BE IMPLEMENTED

  1. Use onload prop of image to wait for all Giphies to load and then start showing them (for slow connections)
  2. Add tests for GiphyModal component
  3. Add sounds when animal is selected
  4. More UI Design

SCREENSHOTS

MOBILE

mobile-1 mobile-2 mobile-3 mobile-4

DESKTOP

desktop-1 desktop-2 desktop-3 desktop-4