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
AbubakarWebDev/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
TypeScriptGPL-3.0