This is a kanban task management web app. The users can organize their tasks using different boards and columns.
The development of the backend of this web app has been completed and there is a live demo available at https://main.projectkanban.workers.dev/.
The frontend is under development. I work on this project occasionally so i can't guarantee when it will be completed. Anyway, There is a a live demo available at https://kanban-35a.pages.dev
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