Skip to content

iamsdas/Kanban

Repository files navigation

Kanban Board

This is a task management web app where users can categorize their tasks into different columns/stages and optimize their daily schedule. It is built using ReactJs, React Query and TailwindCSS for the frontend side and Django Rest Framework for the backend.

image

Setup Locally

  • Add backend server url VITE_BACKEND_URL to the .env file.
  • Install dependencies using yarn.
  • Start local dev server using yarn dev