MunaShopy
Demo
Technology
- HTML5, CSS3 and Vanilla Js
Features
-
Responsive Layout
-
Shop Items are coming from external data file("products.js")
-
sample product
{ id: 1, title: "Air Force", price: 119.9, instock: 10, image: "./img/air.png", },
-
View Product detail by clicking on the product image
-
To get out from the details view click anywhere outside the detail modal.
-
Adding Items to cart by clicking the shoping bag
-
The number of items entered to cart can be seen on top right cart counter
-
To view the cart Items click on the shoping bag on top right
-
Cart Items can be increased/decreased quantity by using plus/minus buttons
-
The Items inside cart cannot be increased morethan the available stock of that specific item.
-
Decreasing Items in the cart is only working if we have more than 1 items
-
Subtotal is updated while Increasing/decreasing the items
-
Remove cart Items by clicking trash can next to every items.
-
"Buy Now" button clears all items from teh cart.