This JavaFX application helps manage an auto parts store's inventory.
- View list of all available parts
- Search parts by name, ID, or category
- Add new parts to inventory
- Edit existing parts
- Remove parts from inventory
- Track parts quantities on hand
- Generate reports on parts sales and inventory levels
- JavaFX for the GUI
- Java for backend logic
- Maven for build automation
- Clone the repository
- Run
mvn clean install -s settings.xml
to build the project - Run
mvn javafx:run -s settings.xml
to launch the application