Skip to content

Instantly share code, notes, and snippets.

@jjsilas
Created February 14, 2020 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsilas/1a3d31bb72f2c66213870f99f2b5f2c4 to your computer and use it in GitHub Desktop.
Save jjsilas/1a3d31bb72f2c66213870f99f2b5f2c4 to your computer and use it in GitHub Desktop.
Asynchronous web apps Dog API assignments 1 - 3
1.Create an app that lets users choose to display between 1 and 50 random dog images, then prints the results to the console. 
https://repl.it/@jherich/Get-Up-to-50-random-Dog-images-AS1-105
2. Building on the previous app, create an app that lets users choose to display between 1 and 50 random dog images, then loads the images in the console.
https://repl.it/@jherich/API-Fetch-Dog-Images-and-display-in-DOM-AS2-105
3. Create an app that loads a single random image for a specific breed, based on a user input.
https://repl.it/@jherich/API-Fetch-A-Single-Dog-Image-Based-input-AS3-105
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment