Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billstephens2022/todolist-javafx
A Todo List application built with JavaFX using a text file as data storage.
https://github.com/billstephens2022/todolist-javafx
java java-17 javafx
Last synced: about 1 month ago
JSON representation
A Todo List application built with JavaFX using a text file as data storage.
- Host: GitHub
- URL: https://github.com/billstephens2022/todolist-javafx
- Owner: BillStephens2022
- Created: 2024-01-24T12:44:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-26T11:51:00.000Z (12 months ago)
- Last Synced: 2024-10-25T12:05:27.952Z (3 months ago)
- Topics: java, java-17, javafx
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List - JavaFX
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)## Description
A todo list application built with JavaFX. Add new todo items, view details in side pane, save items to text file. Items are sorted by deadline and color coded - red if overdue or due today, brown if due tomorrow. Items can also be deleted.
### App screenshot
![app screenshot](/screenshot.png)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)## Installation
run in JavaFX
## Usage
Use menu or toolbar icon to add a new todo list item. Right click on item to delete.
## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT## Contributing
N/A## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]