Store Inventory is a Python program for managing a store's products. You can view, add, and remove products, and your inventory is saved to a JSON file.
Open store.py and click Run. Follow the menu prompts to manage the inventory.
- View all products
- Add new products
- Remove products by ID
- Save inventory to a JSON file
- Load saved inventory when the program starts
- Handles invalid input with error messages
- Prevent duplicate product IDs
- Refactor code to make it easier to read and maintain