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
TODO
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
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