Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyam81/to-do-list
Java package for simple to-do list management with GUI interface.
https://github.com/samyam81/to-do-list
java swing
Last synced: 12 days ago
JSON representation
Java package for simple to-do list management with GUI interface.
- Host: GitHub
- URL: https://github.com/samyam81/to-do-list
- Owner: samyam81
- Created: 2024-02-04T03:03:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:46:38.000Z (9 months ago)
- Last Synced: 2024-05-21T08:01:11.280Z (9 months ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO Package
## Description
This package provides a simple graphical user interface (GUI) for managing a to-do list. Users can add tasks and mark them as completed.## Installation
Clone or download the repository and import the `TodoMain` class into your Java project.## Usage
1. Run the `TodoMain` class.
2. Enter your tasks into the text fields provided.
3. Click the "Add" button to add a new task.
4. Click the "Close" button to remove the last added task.## Dependencies
- Java Swing## Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.