JuanDBta / ToDoList-Project

My To Do List project is a task management application that allows you to create, delete, and edit tasks. It utilizes local storage to store the tasks. The project features a "Clear all completed" button that removes all checked tasks and displays the remaining unfinished tasks. It was implemented using HTML, CSS and JS, with webpack for bundle.
https://juandbta.github.io/ToDoList-Project/
MIT License
4 stars 0 forks source link

HTML & CSS BEST PRACTICES #11

Open JuanDBta opened 1 year ago

JuanDBta commented 1 year ago

Reviewing my code having in mind HTML & CSS best practices.

JuanDBta commented 1 year ago

Great job you have done with this project...but still there is something you can improve related wiht your HTML code. Kindly review your indentation in order to make your code more readable and look more professional:

https://github.com/JuanDBta/ToDoList-Project/blob/e1f31798426be06b35c8eb0f1b52008929368d37/src/index.html#LL12C1-L21C1