narainkarthikv / sticky-memo

Open Source Contribution Sticky notes web Application. Develop: https://sticky-memo-dev.vercel.app
https://wisdomfox-sticky-memo.netlify.app/
MIT License
6 stars 8 forks source link

Feature Request: Unified State Management with Local Storage #9

Closed narainkarthikv closed 2 months ago

narainkarthikv commented 3 months ago

Issue: Unify State Management and Implement Local Storage

Description

Currently, the Sticky-Memo application manages the state of notes, tables, and boards separately. To streamline state management and improve user experience, we need to unify these states into a single state object and maintain it using local storage. This will ensure that all user data persists across sessions and is managed efficiently.

Tasks

Additional Notes