cclivick / giftastic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giphy Reaction GIF Generator

gif1

Main Concept

This is an application which uses Giphy.com's API to generate GIF images based on pre-determined or user-created keywords. Users can either press one of the reaction buttons at the top of the page, or create their own by typing in a new word and pressing "Submit". The application then fetches the 10 currently most popular GIF images related to that keyword. Users are also able to see the rating of the image, its title, and a 2-click download link for the images of their choice.

Example

gif-gif

Technologies Used

Styling and formatting were done used standard HTML and CSS. Bootstrap's grid system was used for mobile responsiveness. Script was written using jQuery and GIF data was fetched using Giphy's API.

About


Languages

Language:JavaScript 50.0%Language:HTML 29.7%Language:CSS 20.4%