bobbybaxter / acme-explosives

0 stars 0 forks source link

products #5

Closed bobbybaxter closed 5 years ago

bobbybaxter commented 5 years ago

User Story

As a user, when the page loads, when I click on a category button, then on a type button, I see all of the products within that type, and I can return to the previous page when I click on the Back button.

AC

Given a user navigates to the page And clicks on a category card's button And clicks on a type card's button Then they should see all products from db/products.json that correspond to that type and category printed on the page as cards And when they click on the Back button Then they should return to the Types page

Dev Notes

- products.js should:

-types.js should: