repositorypackage
1.0.4
Repository: https://github.com/seanmorton/todo-htmx.git
Documentation: pkg.go.dev
# README
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.
https://github.com/user-attachments/assets/b276cfa4-ee3e-4ab1-a418-3fba21490614
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
- support more hx-push-url for consistent reload experience
- switch to https://gitlab.com/cznic/sqlite to avoid cgo
- Config
- user timezone for capturing due date