A simple web app that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete, delete a task or add a new task and you can even clean all of the completed tasks if you want.
Added event listener to the checkbox (change).
Updated items object's value for completed key upon user actions.
Implemented a function for the "Clear all completed" button.
created interactive check box
Added event listener to the checkbox (change). Updated items object's value for completed key upon user actions. Implemented a function for the "Clear all completed" button.