Skip to content

A Single Page React Application to display GIF results from Giphy's developer API.

Notifications You must be signed in to change notification settings

EoinTraynor/giphy-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giphy React App

A Single Page React Application to display GIF results from Giphy's developer API.

Gifhy's API has a hard limit that cannot request an offset of more than 4999 (200 pages at 25/page).

Build Setup

# add private Giphy API key
export REACT_APP_API_KEY=*your_api_key*

# install dependencies
npm i

# serve with hot reload at localhost:3000
npm start

# run tests
npm test

# build for production with minification
npm run build

About

A Single Page React Application to display GIF results from Giphy's developer API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published