This is a kanban task management web app. It is possible to create boards, custom columns and tasks.
There is a live demo available here.
At the moment, I implemented basic features. Occasionally, I might hop on this project and add new stuff (e.g. shared boards, dark theme, subtasks).
Don't use the online demo to store important information since a preconfigured service truncates all the tables every week.
The online demo uses only free-tier cloud services that have a maximum request limit per month. For this reason, if the online demo exceeds the free-tier request limit, it won't be available until the following month.
- Github Action as CI/CD
- Cloudflare Workers for hosting backend services
- Prisma with postgres as database
- tRPC for typesafe APIs
- React for frontend
- Docker and other technologies for local development
