This project demonstrates a drag-and-drop interface where users can:
Drag images from a gallery.
Drop them into a designated drop zone.
Clone the dragged images into the drop zone.
Technical Details
Uses HTML5 Drag-and-Drop API (ondragstart, ondragover, ondrop).
dataTransfer for passing data between drag and drop events.
setDragImage() to customize the drag preview.