Open hendridg opened 2 years ago
btnClearsTaks
in src/index.js
should be created in an HTML file src/index.html
, to don't use DOM to over render in JavaScript, https://github.com/hendridg/todo-list/blob/e88358998384ea3145cc83eb822c80b19d358909/src/index.js#L11-L16 https://github.com/hendridg/todo-list/blob/e88358998384ea3145cc83eb822c80b19d358909/src/index.js#L44 after line 20 https://github.com/hendridg/todo-list/blob/e88358998384ea3145cc83eb822c80b19d358909/src/index.html#L18-L22
Check the quality of code: