A simple attendance management system built in C# as an intern project for the Office of the Municipal Engineer. This project aims to streamline employee check-in and check-out processes for easier attendance tracking and reporting.
Attendance-Checker is a small-scale office application developed to demonstrate the integration of a digital attendance checker in a municipal office environment. The system allows staff to efficiently log their attendance, supporting streamlined office operations.
- Intern Project: Developed as a test of capability during a municipal internship.
- Intended Use: Designed for integration with the Office of the Municipal Engineer.
- Employee check-in and check-out functionality
- Centralized attendance record management
- Simple and user-friendly interface
- Designed for small office environments
- Potential for future integration with larger office systems
- Clone the repository:
git clone https://github.com/desmonseigneur/Attendance-Checker.git
- Open the project:
- Open the solution file (
.sln
) in Visual Studio or your preferred C# IDE.
- Open the solution file (
- Configure the database:
- (Add database setup instructions here, e.g., connection strings, sample data, etc.)
- Build and run:
- Build the solution and launch the application.
- Launch the application.
- Use the interface to check in or out as an employee.
- Review attendance records via the admin dashboard (if available).
- Language: C#
- Database: (e.g., MySQL – update if different)
- Framework: (e.g., .NET Framework or .NET Core – specify version if known)
Attendance-Checker/
├── src/ # Application source code
├── resources/ # Assets and resources
├── docs/ # Documentation
├── AttendanceChecker.sln # Solution file
├── README.md
└── (other files...)
Update the structure based on your actual file layout.
Contributions and suggestions are welcome! Please open an issue or submit a pull request for improvements.
This project is currently unlicensed. Please add a LICENSE file if you intend to open-source this project.
Developed by desmonseigneur as a municipal internship project.