Description:
The whiteboard should automatically save the current canvas state so that refreshing the page doesn’t erase progress.
Tasks:
Save canvas image data to localStorage every few seconds
Load saved data into canvas on page load
Provide a “Clear autosave” button
Difficulty: Medium
Description:
The whiteboard should automatically save the current canvas state so that refreshing the page doesn’t erase progress.
Tasks:
Save canvas image data to localStorage every few seconds
Load saved data into canvas on page load
Provide a “Clear autosave” button
Difficulty: Medium