This was a code challenge on an Udemy Course, The Advanced Web Developer Bootcamp.
I am currently learning more backend development. This course starts with the older technique of making server requests with a XMLHttpRequest.
- Select a breed from the dropdown.
- Four random images of the selected breed are fetched using the Dog CEO API.
- If you want to see more images of the same breed click "MORE DOGS!" button.
- If you want to see a different breed make another selection from the breed dropdown.