You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an auto-save feature that saves code input periodically, allowing users to recover their progress if they leave and return.
Add ScreenShots
Requirements:
Implement a function to save the code in localStorage every few seconds or after a pause in typing.
Retrieve and display saved code from localStorage when the page loads.
Include an indicator to show when the code is being saved.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Describe the feature
Add an auto-save feature that saves code input periodically, allowing users to recover their progress if they leave and return.
Add ScreenShots
Requirements:
Implement a function to save the code in localStorage every few seconds or after a pause in typing.
Retrieve and display saved code from localStorage when the page loads.
Include an indicator to show when the code is being saved.
Record
The text was updated successfully, but these errors were encountered: