Skip to content

jonathan-obredor/TiendaRopaMayorista

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wholesale Clothing Store

Welcome to Wholesale Clothing Store! This project is a terminal-based application written in C++ that simulates the management of a wholesale clothing store. It provides features such as garment quoting, quote history, and inventory management, all through an intuitive terminal interface.

🚀 Features

  • Inventory Management: Handle garments like shirts and pants with various attributes (quality, collar type, sleeve type, etc.).
  • Quoting System: Generate detailed quotes with information on prices, quantities, and sellers.
  • Quote History: View all quotes made in the store.
  • Terminal Interface: Interact with the application easily and efficiently through the console.
  • Modular Design: Well-structured and extensible code, ideal for adding new features.

🛠️ Technologies Used

  • Language: C++ (C++14 standard)
  • CMake: For project configuration and build.
  • Object-Oriented Design: Classes and inheritance to model the business logic.
  • MVP Pattern: Clear separation between business logic, presentation, and view.

🏗️ How to Build the Project

mkdir build
cd build
cmake ..
make

Run the application

./bin/MiTienda

🤝 Contributions

Contributions are welcome.

About

A terminal-based C++ application for managing a wholesale clothing store. Features include inventory management, quoting system, and quote history, built with a modular and extensible design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors