Objective: Create a stock management system for a company.
This project is a basic Stock Management System designed to help a company manage its inventory. It allows users to add, edit, delete, and search for products, while saving the data in a text file to ensure persistence.
-
✅ Add a New Product
Enter product name, unique identifier, and quantity. -
✏️ Edit Product Details
Update the name, ID, or quantity of an existing product. -
❌ Delete a Product
Permanently remove a product from the system. -
📋 Display Product List
View all products with their details. -
🔍 Search for a Product
Look up a product by name or identifier. -
💾 Save Data to File
Automatically saves data to a text file to retain changes between sessions.
git clone https://github.com/DARKMAN226/C_Project-G11.gitcd C_Project-G11Gestion de Stock.exe- Language: C
- Data Storage: Plain text file (
JSON)