Kanban Board Desktop App

Code for the Youtube video on building a Kanban Board Desktop App using Vue 3( Composition API ), Tailwind CSS, Typescript, VueUse, VeeValidate, Zod and Drag & Drop web api

  • It allows user to perform CRUD operations on Columns and Tasks.
  • It uses VeeValidate and Zod for form validation.
  • It uses the browser web API to allow drag and drop feature to both Columns and Tasks.
  • It persists the data using Local Storage