Skip to content

biohacker0/Kanban-Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag and Drop JavaScript Project

This project provides a simple implementation of drag and drop functionality using JavaScript. It allows users to drag items from one area of the webpage and drop them into another, enhancing user interaction and usability.

Features

  • Draggable items: Users can drag elements with the class task.
  • Droppable areas: These are defined by elements with the class swim-lane.
  • Visual feedback: When an item is being dragged, it receives visual feedback by adding the class is-dragging.
  • Dynamic positioning: When dropping an item, it is placed above the nearest item in the drop area.

image image

image

About

Simple Kanban board in plain javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published