epoch
- install golang
- install tailwindcss and daisyui
./run- open
http://localhost:3000/
seed
./toodo seed
sqlite3
db file will be at ~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db
$ sqlite3 ~/toodo_sqlite_560dc8c4-b18a-4517-a90c-b0f92d2ba5a5.db
SQLite version 3.43.2 2023-10-10 13:08:14
Enter ".help" for usage hints.
sqlite> .tables
cookie_tokens projects tasks users
sqlite comes installed on mac already as sqlite3
info
time tracker and todo list a clone of johannesjo's super-productivity in golang

video demo
screen shots

