avamariee / pet-adoption-quiz

This is a group project by Ava Bullock, Janell Myrick, Tess Austin and Luisianna Barrios.
1 stars 1 forks source link

Javascript #4

Closed avamariee closed 3 years ago

avamariee commented 3 years ago

Description

Button functionality, i.e onclick will open quiz.html from the index.html file. Save user location through initial modal popup, asks for name & state? Fetch from Petfinder API Fetch from Cat API Fetch from Dog API Loop through questions array, display each question individually and save answers based on boolean responses. Display random images from the cat/dog API on either side of the quiz. Displays results and return related adoptions from Petfinder API at the end.

tessaustin commented 3 years ago

Skeleton outlay of questions with choices. Fully functional. edited html just so I could see if my js would execute.

I still need to attach dog/cat to each question choice for final determination of dog or cat person.