Kritika30032002 / To-Do-List-Application

This is a To Do List Application
https://simply-tasked-list.netlify.app/
MIT License
81 stars 129 forks source link

Implement Task Persistence with Local Storage #339

Closed Tholkappiar closed 8 months ago

Tholkappiar commented 8 months ago

Issue Title:

Implement Task Persistence with Local Storage

Description:

Currently, when users add tasks to the todo list on the website, the tasks disappear upon refreshing the page. I propose implementing local storage to store and persist tasks across page reloads, providing a seamless user experience.

Problem:

After adding tasks, they are not retained upon refreshing the page, resulting in a loss of user-entered data.

Proposed Solution:

Implement local storage functionality to store and retrieve tasks. This will ensure that tasks remain persistent even after users reload the page.

Implementation Plan:

  1. Identify the relevant sections of the code where tasks are handled.
  2. Modify the JavaScript code to interact with local storage for task persistence.
  3. Test thoroughly to ensure tasks are retained across page reloads.

Kindly Assign this Feat Issue to me under the IWOC Event

Kritika30032002 commented 8 months ago

its already done

Tholkappiar commented 8 months ago

I checked that , there is local storage but it's not working properly, kindly check and assign this issue to me ! The added values are not persisting across refresh , waiting for your valuable response, thankyou for your time and consideration.

Kritika30032002 commented 8 months ago

check it now(again)

Tholkappiar commented 8 months ago

Yeah , now its working good . Thank you !