Created
February 14, 2020 06:12
-
-
Save jjsilas/1a3d31bb72f2c66213870f99f2b5f2c4 to your computer and use it in GitHub Desktop.
Asynchronous web apps Dog API assignments 1 - 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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