Todo App using Vanilla JS, SortableJS and LocalStorage API
Design comparison
Solution retrospective
I have some issues with tasks inserted while being marked as complete, specifically with the checkbox (i have to click 2 times after being pushed into the list to uncheck it, unlike the other normally inserted tasks where one click is enough). Any other feedback is welcome!
Community feedback
- @Ramz001Posted over 2 years ago
Good job completing the challenge ! Bro, I found a funny bug that you cannot write see letter f you can write it but you cannot see top part of that letter and because of that it looks very similar to letter t . Also your code contains lots of HTML errors. Overall good job!
1@KorniDoSPosted over 2 years ago@Ramz001 Thanks for feedback! I'm not exactly sure what do you mean by cannot see top part of letter f... it looks similar to t but it isn't cut out, maybe i should increase font size/input height a bit. Also those HTML errors are caused by me being lazy and using inputs.value as list items text instead of using spans or labels.
0@Ramz001Posted over 2 years ago@KorniDoS
I think you should increase input box's height so that taller letters such f or F are visible !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