Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 547 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 547 Bytes

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