This project implements a drag and drop inventory management system using JavaScript. Users can move items between two boxes (Left and Right) while managing stock quantities dynamically.
? How It Works
Drag Event
The system captures the dragged image using the dragstart event.
Stores references to:
The dragged item
The source container