/todo-list

A simple to-do list application with local storage built using React and Dexie.js

Primary LanguageJavaScript

To-Do List

This project is a simple single-page to-do list application built with React. It runs entirely in the browser using the browser's IndexedDB to store the user's data locally (managed with Dexie.js).