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

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

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).