An open API service indexing awesome lists of open source software.

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.

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