Open priyanshi-codes opened 1 month ago
👋 Thank you @priyanshi-codes for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
👋 Thank you @priyanshi-codes for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
Description
I want to add a feature to the to-do list project that includes the following improvements:
Persistent To-Do Items: When the page is refreshed, to-do items should remain in memory (using local storage in React). Edit and Delete Features: Users can update existing to-dos and delete them if they’re completed or no longer needed.
This functionality provides a seamless user experience and highlights memory usage in React, as it persists the data even after page reloads.
Implementation Details:
Screenshots
Checklist