Skip to content

nerycordova/react-gif-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React GIF browser

GIF browser created in React, powerd by Giphy. See demo here.

Running this project in your local environment

  1. Clone repository
  2. Generate a Giphy API key by creating an app here
  3. Create environment file in the project directory , i.e.: .env.development.local with the following content:
REACT_APP_API_URL=https://api.giphy.com/v1/gifs/search
REACT_APP_API_KEY=<your key>
  1. Then, run the following commands:
npm install
npm start
  1. Go to http://localhost:3000 in your browser

ToDo

  • Add share buttons to GIF preview
  • Responsive design

Resources

About

A GIF browser made in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •