https://github.com/saif807380/java-todo-app
A simple JavaFX desktop todo application
https://github.com/saif807380/java-todo-app
Last synced: 6 months ago
JSON representation
A simple JavaFX desktop todo application
- Host: GitHub
- URL: https://github.com/saif807380/java-todo-app
- Owner: Saif807380
- Created: 2020-05-14T17:11:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T17:21:46.000Z (over 5 years ago)
- Last Synced: 2025-02-09T19:57:47.087Z (8 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Application
A simple JavaFX desktop todo application.## Features
* Add, edit and delete items
* Items whose deadline has passed are highlighted## Setup
* Clone the repository
```bash
$ git clone https://github.com/Saif807380/JavaTodoApp
```
* Download JavaFX from [here](https://gluonhq.com/products/javafx/).* Use `JDK Version 11+`
* Build the project using `IntelliJ IDEA`(recommended as the application was built using that).