A C++ based console application that simulates the online shopping experience, developed as a 1st semester micro project at Madhav Institute of Technology & Science, Gwalior.
The Supermarket Simulation System is a simple yet functional software designed to replicate how users interact with online supermarket platforms. From account creation to browsing products and generating final bills, this system provides a user-friendly experience and is ideal for learning the basics of structured programming and logic development in C++.
- β Demonstrate the functionality and flow of online shopping.
- β Help beginners apply core C++ concepts in a real-world inspired application.
- β Create a user-friendly and interactive menu-driven program.
- Arrays
- Loops (for, while)
- Conditional Statements (if-else, switch)
- Functions
- String Handling
- Menu-driven logic
- GST calculations and basic file structure
- Language: C++
- Editor: Visual Studio Code (or any preferred C++ IDE)
- Platform: Console-based application
- Language Selection (English/Hindi)
- Account Creation/Login with username-password logic
- Category-Based Shopping (e.g., groceries, electronics, clothing)
- Quantity Selection & Billing
- GST Calculation included in the final bill
- Formatted Invoice Generation
- User selects language preference
- User registers with a username and password
- Product categories are displayed
- User selects items with quantity
- Final bill is generated with GST
(You can also scan the QR code in the poster to try the project!)
Hereβs a quick look at how the Supermarket Simulation System works in action:
π½οΈ Watch the Full Demo Here:
π Click to Watch on Google Drive

