EcommerceSim is a simple C++ simulation of an e-commerce platform. It models the complete flow of an online purchase, including user account management, product selection, shopping cart operations, order processing, payment handling, package creation, and shipping status updates.
This project was developed as an academic exercise to practice object-oriented programming in C++.
- User account login, logout, and registration
- Product listing and availability check
- Shopping cart with add/remove functionality
- Order creation and payment process simulation
- Package generation with shipping details
- Randomized shipping status
- C++
- Standard Template Library (STL)
- Object-Oriented Programming (OOP)
- Clone the repository:
git clone https://github.com/your-username/EcommerceSim.git cd EcommerceSim