Skip to content

spencej4/Gif-Tastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GifTastic

About

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.

Deployment

Built With

  • Javascript - Game logic and game play updates.
  • HTML/ CSS - Front-end UI.

Overview

  • 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.

Instructions

  • 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.

Author

  • Spencer Jack

About

Hits Giphy.com's API endpoint, returns params and allows user to interact with gifs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors