NirachaMarchett / capstone-expiration-tracking-app

https://capstone-project-chi-rouge.vercel.app
0 stars 0 forks source link

US11: Local Storage for data persistent #21

Open NirachaMarchett opened 1 year ago

NirachaMarchett commented 1 year ago

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

JudithRe commented 1 year ago

LGTM. But to really have the data in a safe place you could create a db.