Todo-List-App
Todo-List-App copied to clipboard
Todo-List-App is a simple web application for creating and managing to-do lists. It allows users to create new tasks, mark tasks as completed, and delete tasks as needed. The app is built with HTML, C...
Hello @M-AminAlizadeh, Thanks for your feedback on my Todo List App regarding: 1. JavaScript Best Practices 2. HTML and CSS Best Practices 3. DRY, KISS, and YAGNI Rules. In this...
According to JavaScript Best Practices, DRY, KISS, YAGNI, and HTML & CSS: **Here are some issues related to JavaScript best practices:** - [ ] Use of document to access the...
According to JavaScript Best Practices, DRY, KISS, YAGNI, and HTML & CSS: **Here are some issues related to JavaScript best practices:** - [ ] The code has a mix of...
- would it be better to move local storage functions to the same module - also try to use webpack file loader to add assets direct into HTML instead of...