Design comparison
SolutionDesign
Solution retrospective
I've tried some things regarding drag and drop, I'd happily appreciate it if someone can help me with that 😊
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Itai! 👋
Nice to see you complete another challenge! Good work on this one! 👍 I like the custom favicon you added! 😎
I suggest,
- Allowing users to mark items as completed by clicking on the name of the item (not just the checkbox next to it).
- Adding
overflow-x: hidden
to thebody
(or something similar) to prevent a horizontal scroll bar from appearing along the bottom of the page when many items are added to the to-do list. - I used Sortable.js to add the drag-and-drop functionality to this challenge. It works well and is quite easy to set up! 😉
Keep coding (and happy coding, too)! 😁
1
Please log in to post a comment
Log in with GitHubJoin 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