guibou / givorsDays

Reflex-FRP api to count my working days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a small calendar application to count my wife (half-)day of work.

Each day can contain up to four half-day of work (yes, that's weird).

Persistance of the calendar is ensured through webstorage, the file is synced to google drive.

OAuth sync

modify frontend/src/MyOAuthConfig.hs file with clientID and clientSecret from your OAuth application.

JSaddle work (fast iterations)

nix-shell -A shells.ghc8_2_1
cd ./frontend

cabal new-repl
>>> go

Android application

nix-build -A android.frontend

You will get your APK inside result.

screenshot

frontent

About

Reflex-FRP api to count my working days


Languages

Language:Haskell 98.4%Language:Nix 1.6%