As a user
I want the grocery Items I added stored somewhere
So that when I refresh the page the new added items don't disappear.
Description
Use the localStorage API provided by browsers to store data locally on the user's device. This should allow user to save data in the browser's storage and retrieve it even after a page refresh.
Acceptance criteria
[ ] After user refresh the page, the new added items should not disappear from the groceries list
Tasks
[ ] Create a new branch "feature/localStorage"
[ ] Implement the local storage approach in a React component
Value Proposition
As a user I want the grocery Items I added stored somewhere So that when I refresh the page the new added items don't disappear.
Description
Use the localStorage API provided by browsers to store data locally on the user's device. This should allow user to save data in the browser's storage and retrieve it even after a page refresh.
Acceptance criteria
Tasks
size: S