Farhan-SupTo / to-do

MIT License
0 stars 0 forks source link

💾 Set Up IndexedDB Persistence with Dexie for To-Do App database #5

Open samiurprapon opened 1 week ago

samiurprapon commented 1 week ago

💾 Issue: Set Up IndexedDB Persistence with Dexie for To-Do App

🏷 Version: 0.0.4


📄 Summary

Integrate Dexie to enable local data persistence using IndexedDB, ensuring the to-do app can store and retrieve data even when offline or after the app is closed.


🎯 Goals


🔧 Task Details


✅ Expected Outcome

A reliable client-side storage solution that retains to-do items across sessions, with Dexie handling all CRUD operations on the IndexedDB.


📘 Resources

samiurprapon commented 1 week ago

Later on, we will move to - WatermelonDB