A simple and interactive Java To-Do List application with a graphical user interface (GUI). This project allows users to manage tasks, toggle their completion status, and remove tasks from their to-do list.
Features
- Add Tasks: Add new tasks to your to-do list.
- Remove Tasks: Remove tasks from the list.
- Toggle Completion: Mark tasks as completed or uncompleted.
- Graphical User Interface: Easy-to-use interface built with Swing.
Technologies Used
- Java: The application is developed using the Java programming language.
- Swing: Java’s built-in library for creating graphical user interfaces (GUIs).