Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Registration System - JavaFX MVC

A lightweight desktop application for employee registration and management. Built with JavaFX following the Model-View-Controller (MVC) architectural pattern.

Features

  • ✅ 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

Tech Stack

  • Java 11+
  • JavaFX (controls, FXML optional – pure Java code)
  • MVC Pattern
  • Observable collections for real-time table updates

Project Structure (MVC)

About

Employee Registration System (JavaFX + MVC) – A simple desktop app for managing employee records. Add, view, and delete employees with fields: ID, Full Name, Phone, Salary. Built with JavaFX and follows MVC pattern for clean separation of concerns.

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages