Application that provides overview of tasks you create.
Each task can have one of three following statuses: To Do
, In Progress
or Completed
. Changing the status is done through drag-and-drop functionality.
Tasks can be created, edited or deleted as necessary by authenticated users as well as filtered by various task data.
You can check out the deployed app on Vercel.
Run docker compose up
from the bash.
- Next.js
- React
- Typescript
- Firebase
- Zustand
- shadcn-ui && radix-ui
- TailwindCSS
- React-hook-form
- Zod
- Docker