structure of files is changed to have a "modules" folder related to index.js
a new "interaction.js" file is added, including methods related to the status updates and reset, so 🔄 and clear all completed buttons are now working
"set status" and "get status" functions added to set and keep the value of check box update to tasks completedkey.
the bug with editing mode fixed(in previous version it was possible to start another edit in the middle of editing a task, this way the previous editing task would get a null value as description). In this version, edit buttons are disabled during an edit, so the user needs to approve an edit before starting another one.
Hello 😊
in this step of project:
clear all completed
buttons are now working