bacchilu / mui-budget

Simples budgeting app
https://bacchilu.github.io/mui-budget/
0 stars 0 forks source link

localstorage refactoring #3

Open bacchilu opened 1 year ago

bacchilu commented 1 year ago

Consider if it is appropriate to use a full JSON string in a single key in the localstorage instead of multiple keys.

bacchilu commented 1 year ago

This

src/libs/local-store.ts

needs a refactoring.