This is a small project where you can search gifs using the Giphy API. Enter the name of the gif you're looking for and the number of gifs you want to display.
Caution
You need to install Node.js
Caution
You need to generate an API key with Giphy
Important
And also, remember to install the node modules on the file directory terminal using npm install
- Gif Name: Enter the name of the gif you are searching for in this input field.
- Number of Gifs: Enter the number of gifs you want to display in this input field.
- Enter the name of the gif you want to search for in the 'Gif Name' input field.
- Enter the number of gifs you want to display in the 'Number of Gifs' input field.
- While writting on the gif name input, the program will ask Giphy for the gifs u are looking for.
- Those gifs will be displayed on the page automatically.
If you enter 'cat' in the 'Gif Name' input field and '5' in the 'Number of Gifs' input field, the application will display 5 gifs related to 'cat'.
- React
- Giphy API
Óscar Barquilla Esteban