Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeeshier/product_management_system_project


https://github.com/zeeshier/product_management_system_project

product-management product-management-system

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Product Management System

## Description

A simple console-based Product Management System in C++ to add, search, and delete products. Product details are stored in `product.txt`.

## Features

- **Add Product:** Add new products with name, type, price, and quantity.
- **Search Product:** Search for products by keyword.
- **Delete Product:** Delete products by name.
- **Exit:** Exit the program.

## Requirements

- C++ compiler