Todo App with Drag & Drop

Solution retrospective
Hi, this was a nice project to learn CRUD operations and drag&drop, but I've run into a few issues:
- If I add a debouncer to my
dragover
function, the cursor isnot allowed
on drag, does anyone know how to fix it? It makes thee.preventDefault()
not work. - I tried to also let the user edit list items on double click, but it's buggy and messy, so does anyone have a good resource on how to do it better?
- I wasn't using react for this project so I've implemented my own "state", at least that one is working.
Thanks in advance!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Eduard Ionescu's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord