✅ Todo Webapp
A browser-based todo list using a Turso (SQLite) database. Access and
edit todos from anywhere. Credentials are stored in localStorage only. It is hosted as a Github Page.
The app is a single-page JS application. You provide a Turso database URL and auth token, and everything is handled client-side via the Turso HTTP API. Lists and todos are persisted in real-time.
The source code is available on Github. A TUI python script is also available on Github.