Currently working on a To Do List app project. How does one save tasks in their expected states and order even after the browser has been closed?
You either save your data to a server or in your case which I suppose you don't have a server, you can use localStorage : you can read about local storage here on MDN