Single Page Template for Simple,Responsive Shopping Cart using JavaScript & jQuery.
- This project uses local storage of browser to store purchased items and hence does not contain any Database.
- Main aim is to step up a basic layout of how cart can be implemented in JavaScript, which can be later extended to provide server side interaction using Node.js.
This project uses jQuery 3.2.1 which was latest at the time of project creation. So,I recommended you to use the latest version of jQuery.
- Javascript & jQuery
- Frontend framework - Bootstrap 4
- Calculates Cart Total.
- Contains '+' and '-' buttons for updating Item Quantity.
- Stores cart data even after Page refresh, System Restart.
- Light-weight
- Fully Responsive
- For any queries, feel free to drop a mail at dev@sunnysetia.in
Note: This project is only for learning purposes.