6

So past week our Web Design teacher proposed a little HTML5 project for the class to make. I have been since that day until today trying to implement an OBLIGATORY drag and drop functionality to reorder a list and back it up to localStorage, but for some reason it wont work as it should. But what a surprise, today I arrive at class and he has changed the specifications of the project, allowing us to not implement that, or implement it differently. That singlehandledly made my day.

Comments
  • 3
    In case you are still ambitious: look at something like the react-dnd-html5-backend and see what they do!
    They have figured out a pretty convenient way to make this accessible easily. :)
  • 1
    @scholl3ss thanks! I will check it out.
Add Comment