/nextjs-dexie-indexeddb-todolist

This is the implementation of a todo list application in Next JS with TypeScript, utilizing indexed DB to store all the data including text and images. The app uses a library called Dexie, which provides promise based wrapper and also reactivity to the application on every change of indexed db

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

nextjs-dexie-indexeddb-todolist

This is the implementation of a todo list application in Next JS with TypeScript, utilizing indexed DB to store all the data including text and images. The app uses a library called Dexie, which provides promise based wrapper and also reactivity to the application on every change of indexed db