ClockInOut is a time tracking application developed in C# that allows users to clock in and out of work, track their working hours, and generate reports.
- Clock in and clock out functionality
- Track total working hours
- Generate reports of working hours
- User-friendly interface
- Clone the repository:
git clone https://github.com/shalindasilva1/ClockInOut.git
- Navigate to the project directory:
cd ClockInOut
If using Visual Studio, open the solution file ClockInOut.sln
and launch/debug the ClockInOut.AppHost
project.
If using the .NET CLI, run dotnet run
from the ClockInOut.AppHost
directory.
- Open the application.
- Use the interface to clock in and clock out.
- Generate reports to view your working hours.
Contributions are welcome! Please fork this repository and submit a pull request for review.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or issues, please contact shalindasilva1.