Skip to content

AntSmithCode/AJAX-Activity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJAX Activity

Description

You will be making an infinite hapiness generate. We will use the free Dog API to render random pictures of dogs on our webpage! The documentation for the API can be found here. You will be recreating the tool found on this page.

Instructions

Part 1

Use AJAX to make a request at the following URI and display the result to the console https://dog.ceo/api/breeds/image/random

Part 2

Render the image provided from the response on the webpage

Part 3

Trigger the AJAX call by a button click

Part 4

Modify the request and rendering logic so that three pictures are rendered on the screen

Submission

Push to GitHub and create a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 55.1%
  • JavaScript 44.9%