https://github.com/amanverma8840/to-do-list-app
A simple task management application built with Java Swing. It allows users to add and delete tasks in an interactive GUI using components like JFrame, JButton, JTextField, and JList.
https://github.com/amanverma8840/to-do-list-app
java jbutton jframe jlist jtextfield swing-gui
Last synced: 12 months ago
JSON representation
A simple task management application built with Java Swing. It allows users to add and delete tasks in an interactive GUI using components like JFrame, JButton, JTextField, and JList.
- Host: GitHub
- URL: https://github.com/amanverma8840/to-do-list-app
- Owner: AmanVerma8840
- Created: 2025-07-01T09:55:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T10:07:26.000Z (12 months ago)
- Last Synced: 2025-07-01T11:26:02.786Z (12 months ago)
- Topics: java, jbutton, jframe, jlist, jtextfield, swing-gui
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List App (Java Swing):
A simple desktop-based To-Do List application built using **Java Swing**. It allows users to add and delete tasks through an interactive graphical interface.
## Features:
- Add tasks to your list
- Delete selected tasks
- Clean and user-friendly Java Swing GUI
## Tech Stack:
- **Java**
- **Java Swing**
- JFrame
- JTextField
- JButton
- JList
- DefaultListModel