TeamTracker is a productivity app designed for leaders managing teams, aimed at reducing the stress of task management and team coordination. It helps keep track of team members' contact info, roles, tasks, deadlines, and meetings, offering leaders a clearer overview of their team's structure and responsibilities.
Download the latest teamtracker.jar
from here.
- Ensure you have Java
11
or above installed in your computer. - Copy
teamtracker.jar
to the folder you want to use as the home folder for TeamTracker. - Open a command terminal,
cd
into the folder you put the jar file in, and use thejava -jar teamtracker.jar
command to run the application.
This project is evolved from the AddressBook-Level3 project created by the SE-EDU initiative.