Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 619 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 619 Bytes

Dog-Fetcher

Dog Fetcher is a web application that allows users to dynamically request images of their favorite dog breeds. It's built with JavaScript, HTML, and CSS, and uses asynchronous API calls to return matching images.

Details

Using asynchronous JavaScript implemented with promises, the application fetches data from dog.ceo via an API call, which responds with the URL of a matching dog image. Dog Fetcher then displays the retrieved image to the user by updating the DOM.

Dog Fetcher is hosted on Github Pages. To use it click here.