lasagnamassage / site-week1-lab3-giphy-party-starter

CURRENT - 2023 SITE Starter code for Unit 1 Lab 3 Giphy Party

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giphy Party Starter Code

In this lab, we will be using the GIPHY API to explore making HTTP requests and dynamically adding HTML to a page.

Find the core instructions for this lab on the CodePath course portal

✅ Application Features

Core Features

  • Allow the user to search for a GIF and display a limited number of results
  • Allow the user to make multiple search requests with different phrases and replace existing GIFs with the new results
  • Allow the user to load more GIFs from the search
  • At least one accessible feature (i.e., color-sensitive choices, alt text for images, etc.)

Stretch Features

  • Explore additional properties of the GIF object
  • Incorporate various buttons that use a different API endpoint
  • Improve CSS styles with the Bootstrap framework
  • Incorporate :hover styling and DOM events

About

CURRENT - 2023 SITE Starter code for Unit 1 Lab 3 Giphy Party


Languages

Language:JavaScript 67.7%Language:HTML 20.3%Language:CSS 12.0%