Skip to content

A C# application designed for the Office of the Municipal Engineer to streamline staff check-in and check-out. Built as an intern project, it demonstrates a simple, scalable attendance tracking system for small offices, focusing on ease of integration and daily use.

Notifications You must be signed in to change notification settings

desmonseigneur/Attendance-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attendance-Checker

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.


Table of Contents


About

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.

Features

  • 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

Installation

  1. Clone the repository:
    git clone https://github.com/desmonseigneur/Attendance-Checker.git
  2. Open the project:
    • Open the solution file (.sln) in Visual Studio or your preferred C# IDE.
  3. Configure the database:
    • (Add database setup instructions here, e.g., connection strings, sample data, etc.)
  4. Build and run:
    • Build the solution and launch the application.

Usage

  • Launch the application.
  • Use the interface to check in or out as an employee.
  • Review attendance records via the admin dashboard (if available).

Technologies Used

  • Language: C#
  • Database: (e.g., MySQL – update if different)
  • Framework: (e.g., .NET Framework or .NET Core – specify version if known)

Project Structure

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.

Contributing

Contributions and suggestions are welcome! Please open an issue or submit a pull request for improvements.

License

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.

About

A C# application designed for the Office of the Municipal Engineer to streamline staff check-in and check-out. Built as an intern project, it demonstrates a simple, scalable attendance tracking system for small offices, focusing on ease of integration and daily use.

Topics

Resources

Stars

Watchers

Forks

Languages