Review my Simple Todo Project

Hey guys,
I am still learning Javascript and this was my first attempt to create a simple TODO app using vanilla Javascript. Please review it and let me know i could do anything better there.

Here is the link for the same:


Thank you in advance

Hey there,

great work, it is working!

My ideas:

  • to decrease the complexity of code, we try to use good naming; variables like h or t increase the complexity, because we don’t know by reading the name what they do; if you have to read the implementation details of the code than probably your naming could be better
1 Like

Hey, thank you.
Yes, this was the trial version, but yes you are right. I will change the variable names.
Thank you. The review is highly appreciated. :grinning:

1 Like