Skip to content

Simple todolist app using txt file as data source

Notifications You must be signed in to change notification settings

Daniel-K1/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

ToDoList- a simple app created as learning project. Uses JavaFX and txt file as datasource:

!screen_overall

Still under development. Featurea added so far:

  • adding new task
  • deleting task
  • filtering task (all-tasks for today only)
  • exit program

requirements:

  • Java 11

How to run

  • 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 install command 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

Add Task Dialog

Dialog Window available from both File Menu and quick access button:

!screen_taskDialog

Contet Menu

Available via right-click on list view:

!screen_cntextMenu

About

Simple todolist app using txt file as data source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages