Oneted11 / kanban-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • Make 3 Boxes
  • Make 1 draggable box
  • Test on drag actions
  • Add form for tasks
  • Add storage

Learnings

HTML ID

All id attributes must start with a letter either capital or small therefore,
<div id="1"/> will not work but <div id="a1"/> will

this error will not be caught by most code formatters or linters, elementary mistake

About


Languages

Language:HTML 82.3%Language:CSS 17.7%