Skip to content

ggkooo/cpp-inventory-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“¦ C++ Inventory Manager

Welcome to the C++ Inventory Manager!
This console application helps you manage products and categories in a simple inventory system.

πŸš€ Features

  • πŸ—‚οΈ Add, list, and remove categories
  • πŸ“‹ Add, list, and remove products
  • πŸ”— Link products to categories
  • πŸ“Š See all your stock in one place

πŸ› οΈ How to Use

  1. Build the project with your favorite C++ compiler
  2. Run the executable
  3. Use the interactive menu to:
    • Add new categories and products
    • View lists of products and categories
    • Remove items from your inventory

πŸ“ Project Structure

src/
β”œβ”€β”€ controllers/
β”‚   β”œβ”€β”€ product_controller.h/.cpp
β”‚   └── category_controller.h/.cpp
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ product.h/.cpp
β”‚   └── category.h/.cpp
└── main.cpp

⚑ Example

===== Gerenciador de Estoque =====
1. Add category
2. List categories
3. Add product
4. List products
5. Remove product
6. Remove category
0. Exit
Choose an option:

πŸ“ Notes

  • All data is stored in memory (no database/file persistence yet).
  • The program is in English, but some menu labels may be in Portuguese.

Made with πŸ’™ using C++

About

Developing a C++ inventory manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published