Home / Projects / Shipzy Store
Synced with GitHub 0 Stars 0 Forks

Overview

A simple C++ command-line store management system implementing basic OOP principles.

Synchronized repository from GitHub (ShrouqSaeed/Shipzy_Store).

Technologies & Frameworks

C++

Repository Documentation (README.md)

Live Synchronized

Shipzy Store

A simple C++ command-line store management system implementing basic OOP principles.


Interface (UI) 📸

docs/home.png


Features

  • Create Account
  • User Login
  • Display All Products
  • Search Product by Name
  • Buy Products
  • Cancel Products
  • Calculate Total
  • Forgot Password

Getting Started

Prerequisites

  • C++ Compiler (e.g., g++ from MinGW-w64)

Building

Compile the project using a C++ compiler:

g++ Project.cpp -o Project

Running

Run the executable:

./Project

Credits

Powered by: Shrouk Khalaf

← Back to All Projects Discuss This Project →