React App for Fetching Random Giphies from the Giphy API based on a list of Animals.
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
nvm use && npm install && npm run test
or nvm use && npm install && npm run test:watch
- Use onload prop of image to wait for all Giphies to load and then start showing them (for slow connections)
- Add tests for GiphyModal component
- Add sounds when animal is selected
- More UI Design