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:add and Remove.
#5
Closed
nedjwab
closed
2 years ago
nedjwab
commented
2 years ago
In This pull request @khitermedachraf and I :
Create a test file for the add item and delete item functions.
Fix linter errors.
Mock a storage object to "imitate" localStorage operations.
Mock HTML to test if add/delete functions add or remove exactly one
element to/from the list in the DOM.
khitermedachraf
commented
2 years ago
Thank you my code reviewer @Mihndim2020 🔥🙏.
In This pull request @khitermedachraf and I :