Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 509 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 509 Bytes

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