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. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

1st Apr 2020, 9:41 PM
Odunsi Joseph
Odunsi Joseph - avatar
2 Respostas
+ 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".
2nd Apr 2020, 11:13 AM
visph
visph - avatar
0
Thanks
2nd Apr 2020, 12:16 PM
Odunsi Joseph
Odunsi Joseph - avatar