issues
search
Diegogagan2587
/
To-Do-List
The to-do list is a simple app designed to keep track of activities, such as pending tasks or completed ones. It was built using JavaScript and saves tasks in the local storage, allowing users to retrieve the information later.
https://diegogagan2587.github.io/To-Do-List/dist/index.html#
MIT License
12
stars
0
forks
source link
Implement add and remove feature
#3
Closed
Diegogagan2587
closed
1 year ago
Diegogagan2587
commented
1 year ago
Implemented features:
Remove All hardcoded items from the tasks array
Implement functionality for adding new tasks
implement a button to remove a task
No circular dependencies
Index in a nested object within task arrays get updated every time we add or remove an item.
implement a function to edit a task, only will save modification if enter is pressed.
Implement local storage for any modification.
Implemented features: