Drag list-items in Javascript
Coding a lightweight, responsive, cross-browser sortable list with DRAGGABLE items from scratch (without using some kind of javascript framework like Draggable/jQuery) that can handle both touch as well as mouse events, involves more complex logic than one would expect 😅🤖