issues
search
chiedozie013
/
To-do-list
In this project, I built a simple HTML list of To Do tasks. This simple web page was built using webpack and served by a webpack dev server.
https://chiedozie013.github.io/To-do-list/dist/
MIT License
0
stars
0
forks
source link
To do list:Add and Remove
#2
Closed
chiedozie013
closed
1 year ago
chiedozie013
commented
1 year ago
In this project, I:
[ ] Removed all hardcoded items from the tasks array in index.js,
[ ] Created a new JavaScript file for the new functionality,
[ ] Implemented a function for adding a new task (add a new element to the array),
[ ] Implemented a function for deleting a task (remove an element from the array),
[ ] Implemented a function for editing task descriptions,
[ ] Ensured all linters error passes.
In this project, I: