nss-evening-cohort-12 / pants-chinos

pants-chinos created by GitHub Classroom
0 stars 3 forks source link

Home Page: Print Review Cards #15

Open spotmonk opened 4 years ago

spotmonk commented 4 years ago

When the user clicks the home page they should cards of reviews of chinos with text and different number of hearts out of 5.

AC

WHEN the user clicks the home link THEN I should see a collection of reviews in card form

Dev Notes

objects from the reviews array are looped over in the reviewCards function that breaks the data into a bootstrap card domstring and then uses the printToDom function to print the cards to the card-div in the main container div