To try out a relatively new tool for client-side storage: IndexedDB
An IndexedDB wrapper, Dexie.js was used in the construction of the app.
Check the package out here: https://github.com/dfahlander/Dexie.js/
- Unlimited notes may be added.
- Notes may be deleted.
- Application is tied to the user's device, so signing-in is not required.
- Download this app into your own PC using
git clone
or by manually downloading the zip folder. - Navigate to the root directory and run
yarn install
to download the app's dependencies. - Run
yarn start
to run the app in development, open http://localhost:3000/ to view it in the browser.