@hackage Villefort0.1.0.7

Villefort is a task manager and time tracker written in haskell.

Villefort

Villefort is a time managment system written in Haskell.

What's new in version Villefort-0.1.0.7

  • Sqlite database now saves events using localtime.
  • Days until due is now calculated using localtime.
  • Tracks when you update working time on todo instead of just when you finish your task.

Home screen

alt text

Add new todos

alt text

Stats page

alt text

To install

  1. Install cabal (https://www.haskell.org/platform/)
  2. In terminal or command prompt run cabal install Villefort.
  3. and then cabal run Villefort.
  4. You will be able to see the homescreen by typing localhost:3002 into your favorite browser.