Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.75 KB

Build Status Coverage Status Codacy Badge

Task!t


  • This is a desktop Task Manager application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
  • The base code is taken from Address Book (level 4). Below are some description about Address Book (level 4):
    • It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
    • It is written in OOP fashion. It provides a reasonably well-written code example that is significantly bigger (around 6 KLoC)than what students usually write in beginner-level SE modules.

Site Map

Acknowledgements

  • Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.
  • The sample project is created by the SE-EDU initiative.

Licence : MIT