An awesome app to search Gifs, using the Giphy API, built with ReactJS.
View Demo
·
Report Bug
·
Request Feature
I know that there are many pages to search for gifs on the internet, but I decided to create my own using the Giphy API and the knowledge I have in React JS.
The technologies I use to create my application are:
Before you can run the project on your local server you need to make sure you have npm.
- npm
npm install npm@latest -g
To install and configure the application you must ensure that you clone the repository and have a Giphy key.
- Get a free API Key at https://developers.giphy.com/
- Clone the repo
git clone https://github.com/marcelosanchez/react-gifexpertapp.git
- Install NPM packages
npm install
- Enter your API in
/src/helpers/getGifs.jsapi_key=YOUR_API_KEY;
Distributed under the MIT License. See LICENSE.md for more information.
Project Link: https://github.com/marcelosanchez/react-gifexpertapp
