- A user can view a selection of items in the store
- From the store, a user can add an item to their cart
- If the item is already in the cart, increase the item's quantity in the cart
- From the cart, a user can view and adjust the number of items in their cart
- If an item's quantity equals zero it is removed from the cart
- A user can view the current total in their cart
forked from boolean-uk/js-dom-greengrocers
-
Notifications
You must be signed in to change notification settings - Fork 0
rockettdev/js-dom-greengrocers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A mini-app built to practise and replicate common E-commerce basket functionalities. Built with JavaScript, HTML & CSS using a Test Driven Development approach
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 47.5%
- CSS 34.2%
- HTML 18.3%