christianonoh / ToDoList

This web application's front-end implementation is aimed at assisting users in effectively organizing their tasks and keeping track of them. It utilizes contemporary web development technologies and practices to achieve this goal.
https://christianonoh.github.io/ToDoList/dist/
MIT License
6 stars 0 forks source link

DRY #6

Open christianonoh opened 1 year ago

christianonoh commented 1 year ago

Code is not DRY as there are repetition of eventlisteners which can be made simpler. https://github.com/christianonoh/ToDoList/blob/1121a58493db766457b2bf198b89c5bdaff38976/src/task.js#L12-L49

christianonoh commented 1 year ago

Followed Javascript best practices:

christianonoh commented 1 year ago

HTML & CSS

Followed HTML & CSS best practices: