gdscrgpv / react-todo

A Todo App using React
https://todogdsc.netlify.app/
1 stars 13 forks source link

Implement local storage to store todo data #2

Closed apoorvpandey0 closed 2 years ago

apoorvpandey0 commented 2 years ago

Right now the user's todo data is not being stored anywhere so it'll get lost easily. We want to implement some a local storage mechanism which can store the data for the user on their systems and reload it when user opens the site.

redapy commented 2 years ago

I would like to work on this issue.