https://github.com/codepath/site-week1-lab3-giphy-party-exemplar
CURRENT - 2023 SITE Exemplar Code for Giphy Party with focus on implementing APIs
https://github.com/codepath/site-week1-lab3-giphy-party-exemplar
css html javascript site
Last synced: 2 months ago
JSON representation
CURRENT - 2023 SITE Exemplar Code for Giphy Party with focus on implementing APIs
- Host: GitHub
- URL: https://github.com/codepath/site-week1-lab3-giphy-party-exemplar
- Owner: codepath
- Created: 2021-06-09T15:18:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T23:17:26.000Z (about 2 years ago)
- Last Synced: 2025-03-30T10:11:21.483Z (3 months ago)
- Topics: css, html, javascript, site
- Language: JavaScript
- Homepage:
- Size: 924 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Giphy Party Starter Code
In this lab, we will be using the [GIPHY API](https://developers.giphy.com/) to explore making HTTP requests and dynamically adding HTML to a page.
Find the core instructions for this lab on the [CodePath course portal](https://courses.codepath.org/courses/site/unit/3#!lab)
## ✅ 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