kanban

Kanban client in Gio
Log | Files | Refs | README | LICENSE

README.md (824B)


      1 # Kanban
      2 
      3 > Kanban app in (pure) Go using the Gio toolkit.
      4 
      5 This application implements a simple Kanban workflow.
      6 It represents a small vertical slice of what a desktop app might look like with
      7 Gio, in both structure and aesthetic.
      8 
      9 The codebase is prototypical and contains some experiments that may fall outside
     10 Gio idioms. In that light, this could make a great place for discovering patterns
     11 that work well with Gio for the desktop environment.
     12 
     13 - Data is stored in a [Bolt](https://github.com/etcd-io/bbolt) database on disk.
     14 - GUI is rendered via [Gio](https://gioui.org/).
     15 
     16 Feedback welcome!
     17 
     18 `go get -u git.sr.ht/~jackmordaunt/kanban/... && kanban`
     19 
     20 ![main-view](https://git.sr.ht/~jackmordaunt/kanban/blob/master/img/main-view.png)
     21 ![edit-view](https://git.sr.ht/~jackmordaunt/kanban/blob/master/img/edit-view.png)