Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.