beRajeevKumar / Frontend_Mentor

Sharpen Your Frontend Development Expertise with Frontend Mentor Challenges.
https://openfrontendmentor.netlify.app/
MIT License
54 stars 144 forks source link

[Feat]Persistent To-Do List with Update and Delete Functionality #637

Open priyanshi-codes opened 1 month ago

priyanshi-codes commented 1 month ago

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:

I propose to add local storage functionality to keep track of the to-do list items. Include update and delete capabilities within the UI for efficient task management.

Screenshots

Screenshot 2024-10-30 161437

Checklist

github-actions[bot] commented 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!

github-actions[bot] commented 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!