An interactive To-Do List application built in Java using Swing for graphical representation.
This project implements a graphical To-Do list that allows users to manage their tasks. It provides functionalities to add, delete, pin tasks, and add due dates. The application offers a simple and intuitive interface for efficient task management.
- Add Task: Users can add new tasks to the list.
- Delete Task: Users can delete selected tasks from the list.
- Pin Task: Users can pin important tasks to the top of the list.
- Add Due Date: Users can add a due date to the selected task.