Todo List App built with SASS and Vanilla JS
Design comparison
Solution retrospective
It was a nice challenge to test my JS knowledge! The drag and drop part is still confusing for me though... Any feedback or ideas to improve the app or simplify my code is more than welcome :)
Community feedback
- @yadprabPosted almost 4 years ago
hey Mathieu. great job. the footer looks cool my suggestion is to prevent users from entering an empty value that would avoid adding empty strings.
keep coding
0@mathieufontainePosted almost 4 years agoThanks for the feedback @yadprab! Very good idea, I just added an if statement before adding any todo in order to prevent empty string!
Have a nice day,
1 - @ovidiuantonioPosted almost 4 years ago
Hello Mathieu.
Very nice solution! The site is looking very good and is responsive! I found one little problem with the active button, when I select it all the item disappear even if they're completed or not, but you can easily fix that.
As for the drag and drop feature you can check this video about draggable js
Happy coding and keep going!
0@mathieufontainePosted almost 4 years agoThanks for the feedback @ovidiuantonio! I just fixed the active filter issue :) Thank you for the link about the drag and drop feature! I will try to implement it but in this tutorial it is built with angular framework though. Not sure I can implement it on my vanilla js app?
Have a nice day.
0
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