Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 725 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 725 Bytes

###Description Create a simple ecommerce site that has following functionality:

###As User I want to see a list of products’ titles available for purchase In order to choose what to buy

###As User By clicking “Add to Cart” button I want to add product to the shopping cart In order to buy it

###As User I want to see a current number of products in shopping cart on every page updated in realtime In order to see how many products I have already added

###As User I want to see products in my shopping cart by clicking “Shopping Cart” link in header To check my order

###As User I want to remove product from the shopping cart by clicking “x” link near particular product In order to remove it from my order