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