List Drag and Drop project using HTML, CSS & Vanilla JS
Project is initialized with 3 list sections.
User can drag and drop items within list sections and other list sections also.
Drag events are used for drag and drop. Event delegation is used to minimize the event listeners.
PS- works only on devices with drag and drop supported.