ToDoList- a simple app created as learning project. Uses JavaFX and txt file as datasource:
Still under development. Featurea added so far:
- adding new task
- deleting task
- filtering task (all-tasks for today only)
- exit program
- Java 11
- clone and download repository
- make sure you have switched to Java 11*
- go to project file (/todolist/) - make sure you see folder "target" and file "todolist.txt"
- install repository using
maven clean installcommand in terminal window - while in "todolist" folder, run jar file from console using:
java -jar target/todolist-1.0-SNAPSHOT.jar
*due to an error in Maven plugin "maven-compiler-plugin" app doesn't work with Java 12 and higher so far
Dialog Window available from both File Menu and quick access button:
Available via right-click on list view:


