TradeMaster is a command-line application that allows users to manage vendors and track inventory efficiently. The application provides a user-friendly menu system to perform various actions related to vendor management and inventory tracking.
- Vendor Management: Add, edit, and list all vendors.
- Inventory Tracking: Easily manage the inventory of each vendor, including adding and removing items.
- Item Swapping: Swap items between vendors seamlessly.
- Java Development Kit (JDK) installed
- Git installed (optional)
- Clone the repository:
git clone https://github.com/your-username/TradeMaster.git
- Navigate to the project directory:
- Compile and run the application:
javac TradeMaster.java
java TradeMaster
Follow the on-screen menu prompts to perform actions such as adding vendors, managing inventory, and swapping items between vendors.
If you'd like to contribute to TradeMaster, feel free to open an issue or submit a pull request. We welcome any enhancements or bug fixes!
This project is licensed under the MIT License.