Skip to content

CS2103JAN2017-W13-B3/main

 
 

Repository files navigation

ToLuist

Build Status Build status Coverage Status Codacy Badge License


A CLI-based todo list app for Jim.

Site Map

Acknowledgements

  • Some parts of this application were inspired by the excellent Java FX tutorial by Marco Jakob.
  • The project was built upon the sample project by SE-EDU.
  • The project also made us of some open-source libraries, listed below:
    • Natty, which is used for parsing natural date formats
    • Jackson, which is used for JSON parsing
    • Guava, which comes bundled with EventBus that is used for Event-Driven Programming
    • Evo Inflector, which provides pluralization of English words
    • JUnit, which is the most popular testing framework for Java
    • TestFX, which allows GUI testing of JavaFX components
    • Mockito, which provides mocking for unit tests