An inventory management system. Includes features such as adding items, updating items, deleting items, saving item details, viewing item details and calculating current total for saved items. The interface was designed and implemented using JavaFX and the backend logic was powered by Java.
Welcome to the Inventory Management System, a Java application built with JavaFX for managing inventory data. This project includes Java code, FXML files, and text files for storing data.
All Java source code is located in the src/main/java directory. FXML files, used for designing the graphical user interface, can be found in the src/main/resources directory. Text files containing stored data are available in the project folder.
To run the application, find the "HelloApplication" code in the Java source code. Ensure that you have the necessary dependencies and JavaFX installed. Then, execute the HelloApplication class to start the application.
This project is licensed under the MIT License.