A simple Java-based inventory management system designed to demonstrate core object-oriented programming concepts and basic stock management logic.
This project was built as a personal learning exercise and can be extended into a more feature-complete inventory or asset tracking system.
- Add and manage inventory items
- Track item quantities and availability
- Update and remove existing items
- Console-based interaction
- Clean and modular Java design
- Language: Java
- Concepts Used:
- Object-Oriented Programming (OOP)
- Classes and Objects
- Encapsulation
- Basic data structures
- Clone the repository:
git clone https://github.com/Anoushka210/smart-inventory-system.git