- git clone https://github.com/idanch4/javafx_simple_todo_list.git
- JavaFX uses the Jdk 9 Module system, so the following modules are required:
- javafx.controls
- javafx.fxml
- Run the main method from your IDE.
Note: there isn't a dialog to delete todo items as of right now