ProjectJuly 5, 20211 min read

Employee DBMS — Staff Data Management System

A command-line system for managing employee records within a small company or organization

GitHub

What it is

A simple but complete database management system for employee records, built for small companies and organizations that need a lightweight way to manage staff data without a full enterprise system.

Features

  • Add, update, and delete employee records
  • Search by employee ID, name, or department
  • Display all records in a tabular format
  • Persistent storage — data survives between sessions
  • Input validation and error handling

Tech Stack

  • C (core application)
  • File-based storage

More Projects

Notepad — Python GUI Text Editor

A feature-complete desktop notepad built with Python and Tkinter