I’ve used Javascript to do a Drag and Drop thing and I found plenty of resources teaching me how to make a sortable drag and drop list, none of them really fit what I need though.
What I’m trying to make though, is a sidebar with 9 items, then have 9 slots I can drag and drop them into displayed as a 3×3 grid. I want to be able to drop them in any available slot, whether it be on the sidebar or the main grid.
I’m absolutely lost on how to even start this, should I be using vanilla JavaScript or something else?