/Todo-app-with-dexie.js-

React todo app with dexie.js for local storage of todos in indexed db

Primary LanguageJavaScript

Todo app project from Ebenezer Don's React course this templete is initially taken from ebenezer Don's react course.

  • Added Dexie.js from watching his course for storage in indexed db.
  • Additionally, I added Context Api for db state management and decomposed app into multiple components.