This project is a simple warehouse management system that allows users to store and retrieve products using data structures. It is a practice project designed to be run in the terminal.
- Add products: Users can add new products to the warehouse.
- Remove products: Users can remove existing products from the warehouse.
- Search products: Users can search for products by name or ID.
- List all products: Users can view a list of all products currently stored in the warehouse.
This project uses the following data structures to store and manage products:
- Linked list: Used to store the list of products.
To get started with using the app, follow these steps:
- Clone the repository and open the project with
Dev c++
- Compile the code
- Run the executable file generated
Once you have compiled and run the code, you can use the following commands to interact with the app:
add
: Add a new product to the warehouse.remove
: Remove an existing product from the warehouse.search
: Search for a product by name or ID.list
: List all products currently stored in the warehouse.
Contributions are welcome. For major changes, please open an issue first to discuss what you would like to change.