Skip to content

crucian-afk/kanban-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban board

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)

Also, you can download project and run it local with:

git clone git@github.com:crucian-afk/kanban-board.git
npm install
npm run dev

Images:

Start view image

image image

You can drag task in other category or you can drag it in basket and then push Clear button for delete

image

Edit task text

image image

Blank board

image