0
I have a project to work on, An advanced todo list built with vanilla js. I don't know where to start from. I just need advice.
Steps to code an idea
2 Respuestas
+ 1
To make an ADVANCED todo list you should start from a SIMPLE todo list and add features progressively: that's my advice ^^
*** TIPS ***
with a todo list you can basically:
+ store items of things to do,
+ print (read) items list
... and one step beyond you can implement edit features (delete / update item) with the possibility to mark an item as "done".
0
Thanks