AnyaKilpatrick / Week-6-AJAX

Homework Week 6

Home Page:https://anyakilpatrick.github.io/Week-6-AJAX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week-6-AJAX

In this assignment, I used the GIPHY API to make a dynamic web page that populates with gifs of your choice.

I chose animals for my theme, but user can make a list to his own liking by adding new buttons.

When the user clicks on a button, the page grabs 10 static, non-animated gif images from the GIPHY API and places them on the page. When the user clicks one of the still GIPHY images, the gif will animate. If the user clicks the gif again, it will stop playing.

Above every gif, its rating is displayed (PG, G, so on).

This data is provided by the GIPHY API.

A form at the page takes the value from a user input box and adds it into the topics array.

About

Homework Week 6

https://anyakilpatrick.github.io/Week-6-AJAX/


Languages

Language:JavaScript 47.2%Language:HTML 27.3%Language:CSS 25.5%