Open JuanDBta opened 1 year ago
Look at this section in your index.js. It is better if you create a module where you can generate HTML elements. Remember that is better for your programm have separate tasks in each module in order to make your code loading lighter. https://github.com/JuanDBta/ToDoList-Project/blob/e1f31798426be06b35c8eb0f1b52008929368d37/src/index.js#L7-L19
Reviewing my code, having in mind Best JS practices.