Build Drag-and-Drop React Board

# Introduction In this challenge we will develop a react drag and drop similar to JIRA board without any external library. You will learn how to make a html element draggable and how to make a div to catch that draggable element. JS events used in this challenge are onDragOver, onDrop, onDragStart.

|60 : 00

Click the virtual machine below to start practicing