You have done an excellent job implementing the features required for this project. 👋
I'll like to mention some suggestions about code arrangement and quality that could help you improve your skills and project, to be an even better coder! 😄 😎
Kindly ensure to delete all code that is not been used. Comments are part of code that is not been used and can lead to confusion and errors.
|
<!-- <div> |
|
<input type="text" id="task-input" placeholder="Enter task description"> |
|
<button id="add-task-btn">Add Task</button> |
|
</div> --> |
|
|
If you may use "const" in your code, you may use capital letters to refer to them
Be sure to not use too long lines of code, this makes code kind of mesi and leads to low readability. In this case, you could create buttons in other ways and get cleaner code, for example using "button" to create an element and add the image via CSS adding a style to the button which has an image source defined.
Your readme file is lacking a live demo, kindly add a reference to it.
Overall you have done a good job on this project. Keep pursuing the best code qualities!
You have done an excellent job implementing the features required for this project. 👋
I'll like to mention some suggestions about code arrangement and quality that could help you improve your skills and project, to be an even better coder! 😄 😎
Kindly ensure to delete all code that is not been used. Comments are part of code that is not been used and can lead to confusion and errors.
todo_list/src/index.html
Lines 2 to 6 in e61d766
If you may use "const" in your code, you may use capital letters to refer to them
Be sure to not use too long lines of code, this makes code kind of mesi and leads to low readability. In this case, you could create buttons in other ways and get cleaner code, for example using "button" to create an element and add the image via CSS adding a style to the button which has an image source defined.
Your readme file is lacking a live demo, kindly add a reference to it.
Overall you have done a good job on this project. Keep pursuing the best code qualities!