├── README.md ├── Untitled Diagram.drawio ├── img ├── no-data-found.png ├── search-not-found.png ├── site-demo-image.png └── tab-bar-icon.png ├── index.html ├── script └── script.js └── style └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/README.md -------------------------------------------------------------------------------- /Untitled Diagram.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/Untitled Diagram.drawio -------------------------------------------------------------------------------- /img/no-data-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/img/no-data-found.png -------------------------------------------------------------------------------- /img/search-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/img/search-not-found.png -------------------------------------------------------------------------------- /img/site-demo-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/img/site-demo-image.png -------------------------------------------------------------------------------- /img/tab-bar-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/img/tab-bar-icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/index.html -------------------------------------------------------------------------------- /script/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/script/script.js -------------------------------------------------------------------------------- /style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samarthdadhaniya/CRUD-Operation-in-LocalStorage/HEAD/style/style.css --------------------------------------------------------------------------------