Skip to content

abdorah/partsinventory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parts Store Application

This JavaFX application helps manage an auto parts store's inventory.

Key Features

  • 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

Technologies Used

  • JavaFX for the GUI
  • Java for backend logic
  • Maven for build automation

How to Run

  1. Clone the repository
  2. Run mvn clean install -s settings.xml to build the project
  3. Run mvn javafx:run -s settings.xml to launch the application

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • CSS 0.2%