mohitkumartoshniwal / kanban-desktop-app-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vue 60.5%Language:TypeScript 34.5%Language:JavaScript 3.2%Language:HTML 1.5%Language:CSS 0.3%