Skip to content

seanmorton/todo-htmx

Repository files navigation

todo-htmx

A dead-simple TODO app designed for personal use. I used to use Asana but it got too cluttered for me.

Built with:

  • Go templ + HTMX to make it nice and snappy.
  • SQLite for its standalone simplicity.
  • Simple.css since I'm awful at CSS and would rather avoid it altogether.
demo.mov

TODO

  • Tasks
    • Search
  • Users/Assignees
    • CRUD
    • profile pictures for assignee bubbles on tasks
    • login?
    • default new task assignee to current user
    • private projects
  • "Pinned" tasks
    • stays at top, no due date
  • Design
  • Config
    • user timezone for capturing due date