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.
- Add backend server url
VITE_BACKEND_URL
to the.env
file. - Install dependencies using
yarn
. - Start local dev server using
yarn dev