Simple project that give you a basic understanding of how drag and drop functionality works.
The project goal:
- create a few boxes ans one div instde one of these boxes that includes a background image coming from Unsplash random image
- give a diferent CSS classes for js functionality
- set up it in HTML, style it with CSS and add the functionality with JavaScript
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragstart_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragend_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragenter_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragover_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragleave_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drag_event
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drop_event
HTML5 / CSS3 / JavaScript