nareshdeee10 / CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD

In this project we gonna learn how to create, read, update and delete data from indexdb database using Dexie library.

Well, you gonna learn how to create, update, read and delete data from the local storage indexdb database. we are using Dexie.js library to make it possible.

We added minimal code to create this project.

What you can do in this project:

Create Data and store it in the Indexdb Database Update Data Read Data Delete Data(Manually or bulk)

About


Languages

Language:JavaScript 56.7%Language:HTML 38.2%Language:CSS 5.1%