Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 683 Bytes

GifTastic

An app where the user can click on buttons and the app will display gifs based on the button's name.

https://melheins.github.io/gif-tastic-app/

App Specifications

  • When the user clicks on a button, the page should grab 10 static, non-animated gif images from the GIPHY API and place them on the page.
  • When the user clicks one of the still GIPHY images, the gif should animate. If the user clicks the gif again, it should stop playing.
  • Under every gif, display its rating (PG, G, so on).
  • When the user adds a topic name to the form on the page, a new button with their topic is created.

Known Issues

Coding Languages

  • HTML
  • CSS
  • Javascript
  • jQuery