InTrack is a desktop application that helps Computer Science students who are applying for multiple internships to keep track of their progress and deadlines across these applications. It is optimised for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI) created with JavaFX.
For more information, please visit the Product Website.
- Download the latest
InTrack.jar
from here. - Copy the file to the folder you want to use as the home folder for InTrack.
- Launch the app by double-clicking the file or by using the command
java -jar InTrack.jar
in your terminal.
To fully utilise the features, please visit the User Guide.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.