nss-evening-cohort-11 / bands-scuurvy

bands-scuurvy created by GitHub Classroom
2 stars 0 forks source link

Merch: Cards with img, description, price of merch #3

Open delindell opened 4 years ago

delindell commented 4 years ago

User Story:

When the page loads I want to see cards, printed from the domString, containing an image of the item, description and price.

AC:

WHEN the merchandise page loads THEN I should see all the merchandise AND all the merchandise should appear on individual cards AND the cards should appear three to a row

Dev Notes:

delindell commented 4 years ago

Bootstrap card info:

https://getbootstrap.com/docs/4.3/components/card/

delindell commented 4 years ago

image

delindell commented 4 years ago

Example object:

const merchItems = [{type: 'album', imgUrl: 'https://images.unsplash.com/photo-1566518447972-1fa5bbf1a909?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80', price: 5000}];