rugwizangoga / Todo-list

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.
MIT License
3 stars 0 forks source link

created interactive check box #3

Closed rugwizangoga closed 2 years ago

rugwizangoga commented 2 years ago

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.