CSI-DMCE-2024 / Amazon-Hacktoberfest2024

3 stars 29 forks source link

Added shopping cart functionality with dynamic item management and total calculation. #27

Open aryanadla opened 5 days ago

aryanadla commented 5 days ago

HTML: Added a cart section with an unordered list for cart items and a total display.

JavaScript: Merged cart functionality into a single file (script.js), created a cart array to manage item quantities, and implemented functions to add items to the cart, remove items, update quantities, and render the cart display dynamically.