This app allows users to search for their favorite actor gifs, hitting Giphy's API endpoint. Users can click on indidual GIF's to animate them.
- This App is deployed to Github Pages.
- Link: https://spencej4.github.io/Gif-Tastic/
- Github repo: https://github.com/spencej4/Gif-Tastic
- Javascript - Game logic and game play updates.
- HTML/ CSS - Front-end UI.
- This app takes a user input string, and dynamically creates a button, using the string as a name.
- When a user clicks on an actor button:
- The app then performs an API call to giphy.com, and retrieves related gifs for the requested resource.
- Gifs are returned in quantities of 25 (max Giphy will allow per api call).
- Gifs are initially displayed as stills.
- A user can click a gif to play it, then click again to pause.
- Enter the name of an actor in the search bar, and press enter.
- A new button will appear with the name of your actor
- You can click the button to see gifs related to the actor
- The gifs are all static, at first, Simply click a gif to let it play.
- Spencer Jack