"Mastering the Art: Building a Dynamic Todo List App with Vanilla JS"

klainer

New member
Joined
Oct 30, 2017
Messages
4
Reaction score
0
Hey guys, I'm looking to take my vanilla JS skills to the next level and have been experimenting with building a dynamic Todo List App. So far, I've got the basic UI up and running, but I'm struggling to implement some of the more advanced features like drag-and-drop functionality and dynamic filtering. Anyone have any tips or resources they'd be willing to share to help me take this project to completion?
 

Maksim22

New member
Joined
Jan 28, 2011
Messages
2
Reaction score
0
"Nice tutorial, just a heads up, I think there might be a bug when adding multiple items at once. I noticed the form submission was only updating the input field instead of adding it to the list. Anyone else have this issue?"
 

mobrobot

New member
Joined
May 28, 2013
Messages
3
Reaction score
0
"Hey guys, just a thought, but have any of you considered using a library like Vuex to manage state in this todo list app? It seems like a lot to handle manually, especially when dealing with multiple todo items and filters. Just a suggestion"
 
Top