JustDorah / DogApp

Learning GET with a Dog API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Thinkful assignment on Web Apps

There are multiple JS scripts attached to the html file (at the bottom). The ones not used are commented out. Go ahead and comment them in to see how they work.

The three scripts are: -displayInConsole:- This lets the user choose between 1-50 random dog images. The result(s) print to the console.

-displayInDOM:- Like the previous one, it lets the user choose between 1-50 random dog images. But displays them in the DOM

-displayBreed:- This one displays a random image of a breed the user chooses.

About

Learning GET with a Dog API


Languages

Language:JavaScript 55.5%Language:HTML 32.1%Language:CSS 12.4%