emlai1263 / uncluttered

To-do list project for CSC 308.
1 stars 1 forks source link

Drag and drop #83

Closed emlai1263 closed 4 months ago

emlai1263 commented 4 months ago

Drag and drop functionality

emlai1263 commented 4 months ago

Wonderful work! congrats on tackling drag and drop. One little thing is probably to remember to delete some of the console statements for testing after you're done with debugging. Otherwise, great job!

I keep forgetting about that lol, thank you for pointing it out! :D

emlai1263 commented 4 months ago

This looks good! One thing I think you could improve on would be to add a few more comments in between the different blocks of code that perform different functionalities, just so that it's more readable. I also think making sure ESLint is enabled so that all the spacing lines up and looks well-styled might be helpful, but other than that, looks great! :)

I added some comments so hopefully that helps (to the drag and drop feature specifically)! I keep forgetting about ES Lint, I'll get help with that next class!