PROJECT 1:
A simple To-Do List app built using HTML, CSS, and JavaScript.
You can add tasks, mark them as completed, and view your completed tasks separately.
β
Add new tasks dynamically
β
Mark tasks as completed with a single click
β
Completed tasks move to a separate βCompletedβ section
β
Automatically hides the helper message when all tasks are done
β
Built using pure JavaScript (no frameworks)
- HTML5
- CSS3
- JavaScript (ES6)