-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Ensure Saving of data in Local Storage #57
Comments
Make a video that shows the changes locally. I will assign you the issue. |
Make the title and description good. |
Currently, the data is not being saved correctly in localStorage. This is causing the application to lose all saved data (tasks, goals, notes, etc.) when the page is refreshed. It appears that the data is not persisting between sessions, which may be due to incorrect usage of localStorage methods or some conflicts with the data-saving process. Solution: ezyZip.mp4@rahat2134 I am working on resolving this issue by investigating the current localStorage implementation and potentially refactoring the code to ensure data is saved and retrieved correctly. I would like to request to be assigned this task to continue working on the fix and ensure proper functionality of data persistence. Thankyou! |
Actually the data that we are writing in input is not getting saved in local storage .
So I have Added a functionality using "localStorage.setItems " Which will store data in the local storage.
The text was updated successfully, but these errors were encountered: