This project is a Java Swing GUI application that allows users to manage a simple To-Do list.
Users can *add tasks, **view tasks, and *delete tasks using buttons and a task list.
This project is part of my Java Developer Internship (Task 6: Java GUI β ToDo App).
- Add tasks to the list.
- Delete selected tasks from the list.
- Scroll bar support for long lists.
- Simple and user-friendly GUI built using Java Swing.
- Java (JDK 8+)
- Swing (built-in GUI library)
- IDE: IntelliJ IDEA Community Edition / Eclipse