Task List With Local Storage Using Vanilla JS Only

isurojit

isurojit

Posted on September 7, 2020

Task List With Local Storage Using Vanilla JS Only

Tried to create a task list #javascript project. In this project, Local storage is being used to store data on local browser. Event bubbling & deligation is mainly used to target the parent element. demo/code-https://bit.ly/3i7q5tV

💖 💪 🙅 🚩
isurojit
isurojit

Posted on September 7, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related