Html – Best way of implementing localstorage into my todolist app
I am using javascript to populate the HTML inside my todo list, but I am struggling to implement a way of storing the data inbetween refreshes of the webpage. I know I should be using localStorage get/set but I'm unsure…