Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 838 Bytes

File metadata and controls

28 lines (25 loc) · 838 Bytes

Git Calendar Web Client

A web client for git-calendar/core

Also using:

Build/run locally

npm install         # download dependencies
npm run fetch-wasm  # download compiled wasm core from github releases (you can compile it yourself though)
npm run dev         # run locally

TODO

  • logo (git + calendar ?)
  • multiple calendars
  • tags
    • colors
  • repetition
  • multi-day events bar
  • drag to create event
    • drag horizontally for multi-day event
  • month view
  • mobile friendly
    • verify drag-to-create on ios etc.