About this project:
I was inspired to do this project after using many websites when I was researching for my own dog. Each dog breed website would ask dozens of questions with limited options and you'd often have little to no results once you reached the end of the survey. With my layout you can see which breeds are available after each question is answered and the important information is clearly displayed. Additionally, information about a breed can be found by clicking on a breed's picture.
Technical Overview:
There are two parts to this webpage: getting and then displaying infomation.
A python script is locally run to parse
data from dogtime.com into a JSON file using the Beautiful Soup library. My webpage then interprets the JSON file and displays each dog breed's information accordingly.