GIPHY API

Front End App utlizing API & AJAX calls

Tech Used:
  • Bootstrap CSS
  • JQuery
  • JavaScript
  • AJAX for API GET requests

About Project

Application which preloads buttons with music labels on them. When the button is cicked, 10 GIPHY's appear on the screen, each one different but related to whatever button was clicked. The user has the option to search for a new subject, which will create a new button that has working functionality to search for GIPHY's.

Functionality

A form was implemented to take the value from a user input box and add it into the topics array.

Javascript was used for the logic and JQuery was used to manipulate the HTML.

Bootstrap was used to arrange the page into columns and display the gifs in a gallery format.

AJAX call to Giphy's API was created to access the images by topic entered.