CRUD app, you can add new tasks and edit cards with drag'n'drop in other category or just edit with button.
Created with vanilla Javascript, HTML (semantic + a11y) and CSS. Bundled by ViteJS (create Vite app)
You can see live demo here (https://kanban-board-sigma.vercel.app/)
git clone git@github.com:crucian-afk/kanban-board.git
npm install
npm run dev