Skip to main content

Employee Management System

Archive 2013

A small HR web application — employee profiles, contact records, authenticated access, and payroll reports.

PHP · MySQL · Twitter Bootstrap

Why it exists

A CRUD-style HR application built to manage employee records for a small organization: profiles, contact information, login-protected access, and payroll reporting.

What I learned

Most of the value in this one was in modeling real personnel data and keeping report queries honest. When the data underneath is HR records, "let me just write a quick query" stops being a safe instinct.

Status

Archived. The codebase is still on GitHub for reference but the app itself hasn't been used in years.

What earned its place

  • Employee profiles and contact records
  • Login-protected access
  • Payroll report generation