Skip to content

Basic task-worktime manager Java console app, designed in Maven Multi-Module project in MVC pattern.

License

Notifications You must be signed in to change notification settings

togetacross/task-manager

Repository files navigation

task-manager

Description

Hobby project for practise.

Basic task-worktime manager Java console app, designed in Maven Multi-Module project in MVC pattern.

Application can handle:

  • Create new tasks
  • start-finish worked times count by tasks, like a work log.
  • time zone differences between database and client side.
  • view statistics by task - worked times
  • list filtered tasks with conditions from db

Features

  • Java 11
  • Maven
  • Hibernate/JPA
  • H2 db

Launch

  • clean build parent project
  • run Main.java in UI submodule

License

License: MIT

About

Basic task-worktime manager Java console app, designed in Maven Multi-Module project in MVC pattern.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages