A basic console-based Inventory Management System built with object-oriented principles. This application allows users to manage a list of products, including functionality to add, edit, view, search, and delete items from the inventory.
-
Add a Product
Enter a product's name, price, and quantity to add it to the inventory. -
View All Products
See a list of all products in inventory with their details. -
Edit a Product
Update a product's name, price, or quantity. -
Delete a Product
Remove a product from the inventory. -
Search for a Product
Search for a product by name and view its details if found. -
Exit the Application
Cleanly exits the console application.