An application utilizing the Giphy API for Rutgers Coding Bootcamp
The application utilizes the GIPHY API to search for GIFs using pre-generated search terms and user-generated search terms.
Each search term that is added to the page as a clickable button which will display the search results of that search term.
- Change search functionality to display trending GIFs instead of the same set of GIFs corresponding to search terms.
- As of now, the search terms added by users will not work with search function.
- Create a hover function instead of a click function to play GIFs.