woodymaddox / theme-park

0 stars 0 forks source link

add theme park rides to page #4

Open woodymaddox opened 5 years ago

woodymaddox commented 5 years ago

user story

As a user when the page loads I should see cards for all rides

AC

When the page loads The i should see a card for each ride And the cards should be in rows of 3 And the cards should have an image, name , duration , and height req

development

XHR req to rides.json to get the array of rides Write a domStringBuilder function that takes an array of rides as an input and makes bootstrap cards *write our print to dom - 2 inputs DivId and textToPriint