Simple terminal TODO list application.
###How to run:
- install and setup java and maven
- clone this repo
- go inside cloned repo, start terminal and type "mvn package"
- then, go inside generated "target" dir and find "todoapp-{version}" directory (todoapp-1.0, for example)
- start the terminal from todoapp-{version} directory and type "java -jar todoapp-{version}.jar"