/js-drag-drop

vanilla JS sortable list with darg & drop

Primary LanguageJavaScript

JavaScript Drag & Drop With Vanilla JS

HTML drag & drop API methods that I'm using in this project

  • dragstart
  • dragenter
  • dragleave
  • dragover
  • drop

The idea of this project is to have a sortable list that we can put into order.