Nejjari001 / To-Do-List-List-structure

"To-do list" This project is a simple To-Do List application built using JavaScript. The user can add tasks to the list by entering the task description in an input field and clicking the "Add" button. Clicking on a task in the list marks it as done with a line-through effect, and clicking again will remove the line-through to indicate completion.
1 stars 0 forks source link

Exercise Test JS best Practices and clean code. Module2-Week3 #9

Open ReemMohamedAbdelfatah opened 2 years ago

ReemMohamedAbdelfatah commented 2 years ago

Hello @Nejjari001

✅Great to see that you are following the principles of DRY, KISS, and YAGNI principles,

Happy coding and have a nice day!

Nejjari001 commented 2 years ago

Hi @ReemMohamedAbdelfatah , thanks for the review. I will make sure to implement those required changes. Cheers 😃