One frequent issue faced by users of the application is the fact that when the application is closed or refreshed, the state is completely lost. We can use localStorage to preserve state, such that when the user loads the page, they can recover their data.
One frequent issue faced by users of the application is the fact that when the application is closed or refreshed, the state is completely lost. We can use localStorage to preserve state, such that when the user loads the page, they can recover their data.
More details TODO