HeathJHMoore / MyGroceryData.UI

0 stars 0 forks source link

Product Page #5

Open HeathJHMoore opened 4 years ago

HeathJHMoore commented 4 years ago

User Story

As a User, when I visit the products page, I should see a list of product cards, 4 to a row, that show me the name of the products, its price that day, and have two buttons: one to add to my watchlist, one to view product info

Development

HeathJHMoore commented 4 years ago

<div class="row"> {AllProductsCards()} </div>