"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
Hello @Nejjari001
✅Great to see that you are following the principles of DRY, KISS, and YAGNI principles,
Happy coding and have a nice day!