issues
search
piesieomane
/
To-do-list
To-do-List website is a page that contains information about listed shores and things to do .
8
stars
0
forks
source link
To-do-list
#2
Closed
piesieomane
closed
2 years ago
piesieomane
commented
2 years ago
Remove all hardcoded items from the tasks array.
Create a new JavaScript file for the new functionality.
Implement a function for adding a new task (add a new element to the array).
Implement a function for deleting a task (remove an element from the array).
Deleting a task should update all remaining items' indexes, so they represent the current list order and are unique
All changes to the To-Do List should be saved in local storage.