issues
search
khitermedachraf
/
To-Do-list
An app to manage tasks. A user can add, delete and edit a task and mark it as completed, It uses a simple GUI and relies on DOM manipulation in pure JS and using local storage.
https://khitermedachraf.github.io/To-Do-list/dist/index.html
MIT License
6
stars
0
forks
source link
Testing To Do list:update and edit.
#6
Closed
nedjwab
closed
2 years ago
nedjwab
commented
2 years ago
In this pull request @khitermedachraf and i :
Create a test file for the following functions :
a function for editing the task description.
a function for updating an item's 'completed' status.
the "Clear all completed" function.
khitermedachraf
commented
2 years ago
Thank you my code reviewer @Rustamxon7 🔥🙏.
In this pull request @khitermedachraf and i :