Code-Social / official-website

Code Social Community is a vibrant and inclusive space for tech enthusiasts to learn, grow, and connect. Join us on our journey to create something extraordinary!
https://code-social.github.io/official-website/
Creative Commons Zero v1.0 Universal
33 stars 117 forks source link

Need Local Storage for Saving Calendar Events #492

Open msv6264 opened 3 weeks ago

msv6264 commented 3 weeks ago

Bug Description Calendar events do not save persistently after the page is refreshed. I want to use JavaScript local storage to save events so that they remain accessible even after closing and reopening the page.

Steps to Reproduce the Behavior

Go to the calendar on the application. Enter an event (e.g., "Meeting at 10 AM") on a specific date. Refresh the page. Observe that the event data is missing. Expected Behavior Events added to the calendar should be saved in the browser’s local storage and displayed even after refreshing the page or reopening the application.

Screenshots

https://github.com/user-attachments/assets/b77d1222-d617-422d-a9b2-5ab36c9bc082

This feature requires implementing local storage in JavaScript to persistently save events written in the calendar for easy access on subsequent visits. Please assign this task to me under the label gssoc24. Thank you!