Personal todo app based on R0 https://tasks.findley.dev
  • JavaScript 46.6%
  • TypeScript 32.6%
  • HTML 18.7%
  • Dockerfile 2.1%
Find a file
David Findley 4da09b09b7
All checks were successful
Release / build (push) Successful in 18s
1.4.0
2026-05-08 12:30:00 -05:00
.forgejo/workflows Update workflow to perform deploy 2026-05-08 12:29:22 -05:00
web Simplify more below indicator 2026-05-08 12:01:08 -05:00
.gitignore Initial commit 2025-03-09 17:27:34 -05:00
.gitlab-ci.yml Add gitlab CI pipeline to build and push docker image on tag 2025-03-16 23:53:20 -05:00
.prettierrc Implement recycle function 2025-10-14 20:57:53 -05:00
bun.lock Add 'active tasks below' indicator 2026-05-08 11:49:32 -05:00
db.ts Add 'active tasks below' indicator 2026-05-08 11:49:32 -05:00
Dockerfile Add docker build 2025-03-16 23:43:19 -05:00
package.json 1.4.0 2026-05-08 12:30:00 -05:00
README.md Add docker build 2025-03-16 23:43:19 -05:00
server.ts Add 'active tasks below' indicator 2026-05-08 11:49:32 -05:00
task.ts Implement recycle function 2025-10-14 20:57:53 -05:00
tsconfig.json Initial commit 2025-03-09 17:27:34 -05:00

task

A re-zero (resistance zero) task management app.

Local development

bun install
bun start

Docker

docker build -t task .
docker run -p 7171:7171 -v ./task.sqlite:/app/task.sqlite task