GIF browser created in React, powerd by Giphy. See demo here.
- Clone repository
- Generate a Giphy API key by creating an app here
- 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>
- Then, run the following commands:
npm install
npm start
- Go to http://localhost:3000 in your browser
- Add share buttons to GIF preview
- Responsive design
- This project was bootstrapped with Create React App
- Favicon generated using favicon.io
- GitHub corner added thanks to react-github-corner