TaskTrek is a simple yet efficient to-do list application built in Java. It provides users with a graphical interface to manage their tasks, mark them as completed, and view task details along with timestamps.
Users can add new tasks by entering task names in the provided field and clicking the "Add Task" button.
Tasks listed can be marked as done by selecting them and clicking the "Mark as Done" button.
Tasks are displayed in a scrollable list with details including index, name, status (done or not done), and timestamp.
Java
Swing (for GUI)