Skip to content

A basic e-commerce shopping cart system in Java. Demonstrates OOP concepts with classes for products and shopping cart. Features include adding products, viewing cart, and calculating total price.

Notifications You must be signed in to change notification settings

mshayan1620/ecommerce-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Shopping Cart (Java)

A basic e-commerce shopping cart system in Java.

Features

  • Add products to cart
  • View cart contents
  • Calculate total price
  • Demonstrates OOP principles

How to Run

1️⃣ Compile:

javac Product.java ShoppingCart.java Runner.java

2️⃣ Run:

java Runner

Tested with Java 11+

About

A basic e-commerce shopping cart system in Java. Demonstrates OOP concepts with classes for products and shopping cart. Features include adding products, viewing cart, and calculating total price.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages