DEV Community

Cover image for Task List With Local Storage Using Vanilla JS Only
isurojit
isurojit

Posted on

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

Latest comments (0)