Skip to content

ezy2be/our-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Our Store

This is a simple online store project.

Features

  • Product listing
  • Shopping cart
  • Add to cart system
  • Remove items from cart
  • Total price calculation
  • Single page index.html store

Cart Feature

The shopping cart is implemented entirely in index.html using JavaScript.

  • Users can add products to the cart by clicking "Add to Cart".
  • The cart stores items in memory (no database required).
  • Users can remove items from the cart.
  • The total price is automatically calculated and displayed.
  • All cart actions are handled dynamically on the page.

Example Usage

  1. Go to the product list.
  2. Click "Add to Cart" for a product.
  3. Open the cart to see selected items.
  4. Remove items if needed.
  5. Total updates automatically.

Files

  • index.html → main store + cart logic
  • README.md → project documentation
  • Optional: cart.css for styling, product.json for product data

Author

ezy2be

About

friendly,fast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors