Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavAmarnath authored Jun 25, 2023
1 parent 083b78c commit 7226e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ A Java Swing application for logging into and out of a system to track hours spe
Run with java -jar MGMT-1.0-SNAPSHOT.jar (or double-click it). Requires Java 17 or newer.

## Insight
The purpose of this application is to manage the hours of people who log in and log out of the system (the users) and use this statistic to measure commitment.<p>
The purpose of this application is to manage the hours of people who log in and log out of the system (the users) and use this statistic to measure commitment.
It saves the sign-in timestamp so that a user can still sign out to obtain their hours even if the app closes.<p>

The application utilizes worker threads to read and write CSV data to an external file. This system uses the same model architecture as [SecresCSV](https://github.com/PranavAmarnath/SecresCSV).

Expand All @@ -27,4 +28,5 @@ How the application looks:
<p align="left">
<img src="https://github.com/PranavAmarnath/MGMT/assets/64337291/780ab8a0-268b-462e-81a7-83ccd44f6e89" width="370" />
<img src="https://github.com/PranavAmarnath/MGMT/assets/64337291/71aa033d-cdea-44cd-8740-4385c3e03bf1" width="370" />
<img src="https://github.com/PranavAmarnath/MGMT/assets/64337291/9a63ed23-0269-4ff2-a94a-ceaebcb92e90" width="370" />
</p>

0 comments on commit 7226e39

Please sign in to comment.