Skip to content

realabdullah/notespad-idb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notespad-idb

IndexedDB based Note App

This is a simple JavaScript application that demonstrates the basic usage of IndexedDB for performing create, read, and delete operations. The application uses the idb library as a wrapper around IndexedDB.

Usage

  1. Clone the repository or download the source code.

  2. Open the index.html file in a web browser.

  3. The application allows you to create, read, and delete notes using IndexedDB.

  4. To create a new note, enter the note content in the textarea and click the "Save" button.

  5. To delete a note, click the "Delete" button below the note you want to remove.

Dependencies

The application relies on the following dependencies:

  • idb: A promise-based wrapper library for IndexedDB.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published