Skip to content

TaskTrek is a Java-based to-do list application offering a user-friendly graphical interface for task management.

Notifications You must be signed in to change notification settings

abhi542/TaskTrek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Key Features:

->Task Management:

  Users can add new tasks by entering task names in the provided field and clicking the "Add Task" button.

->Task Completion:

  Tasks listed can be marked as done by selecting them and clicking the "Mark as Done" button.

->Task Display:

  Tasks are displayed in a scrollable list with details including index, name, status (done or not done), and timestamp. 

->Colored emojis indicate task status (✅ for done, ❌ for not done).

Technologies Used:

Java
Swing (for GUI)

About

TaskTrek is a Java-based to-do list application offering a user-friendly graphical interface for task management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages