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: 26 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T06:46:38.000Z (about 2 years ago)
- Last Synced: 2025-01-27T09:14:27.332Z (over 1 year ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 3
- 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.