A lightweight desktop application for employee registration and management. Built with JavaFX following the Model-View-Controller (MVC) architectural pattern.
- ✅ Register new employees with:
- Employee ID (unique)
- Full Name
- Phone Number
- Salary
- ✅ Display all registered employees in a sortable table
- ✅ Delete selected employees
- ✅ Input validation (empty fields, duplicate ID, positive salary)
- ✅ Clean and responsive UI
- Java 11+
- JavaFX (controls, FXML optional – pure Java code)
- MVC Pattern
- Observable collections for real-time table updates