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

Implement the CRUD (create, update, delete) methods to my To-Do list #2

Closed khitermedachraf closed 2 years ago

khitermedachraf commented 2 years ago

In this Pull Request, I fulfilled the following requirements🔥: