Skip to content

A simple Java-based simulation of an e-commerce system. Allows customers to add or remove three types of products (books, clothing, electronics) and place an order. Demonstrates basic object-oriented programming concepts like classes, inheritance, and interaction between objects.

Notifications You must be signed in to change notification settings

Noursalem2005/ecommerce-system-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ E-commerce System Simulation

A simple Java-based simulation of an e-commerce system β€” demonstrating basic functionalities like browsing products, adding/removing items to a cart, and placing an order.


πŸ“š Overview

This project simulates an e-commerce shopping experience by offering three types of products:

  • πŸ“– Books
  • πŸ‘š Clothing
  • πŸ“± Electronics

Users can:

  • Add products to a shopping cart
  • Remove products from the cart
  • Place orders

βš™οΈ Project Structure

File Description
bookproduct.java Book product class
cart.java Cart management class
clothingproduct.java Clothing product class
custmer.java Customer details management
ecommerce.java Main simulation runner
elctronic.java Electronic product class
order.java Order placement logic
product.java Abstract base class for products

πŸš€ How to Run

  1. Clone the repository
    git clone https://github.com/yourusername/ecommerce-system-simulation.git
    cd ecommerce-system-simulation

About

A simple Java-based simulation of an e-commerce system. Allows customers to add or remove three types of products (books, clothing, electronics) and place an order. Demonstrates basic object-oriented programming concepts like classes, inheritance, and interaction between objects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages