/kanban-board

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

Primary LanguageVue

Kanban Board

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

  • 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