FlyingSheepGames / WordPuzzle3

Word puzzles and games
0 stars 0 forks source link

Save user's progress and load it when reloading the page. #14

Open ChesterMonty opened 3 years ago

ChesterMonty commented 3 years ago

Via cookies or localStorage, store a serialized version of the user's inputs that is updated on user input events, and load this serialized data when the page is refreshed or reloaded.

ChesterMonty commented 3 years ago

This should also include the basics of data storage (a clear button, etc.)