├── LICENSE ├── README.md ├── js ├── main.js └── module.js └── src ├── Index.html └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/README.md -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/js/main.js -------------------------------------------------------------------------------- /js/module.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/js/module.js -------------------------------------------------------------------------------- /src/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/src/Index.html -------------------------------------------------------------------------------- /src/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashyap2013/IndexDB_CRUD_Operations/HEAD/src/style.css --------------------------------------------------------------------------------