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