├── LICENSE ├── README.md ├── crud basics ├── index.html ├── main.js └── style.css └── to-do-app ├── index.html ├── main.js └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/README.md -------------------------------------------------------------------------------- /crud basics/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/crud basics/index.html -------------------------------------------------------------------------------- /crud basics/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/crud basics/main.js -------------------------------------------------------------------------------- /crud basics/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/crud basics/style.css -------------------------------------------------------------------------------- /to-do-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/to-do-app/index.html -------------------------------------------------------------------------------- /to-do-app/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/to-do-app/main.js -------------------------------------------------------------------------------- /to-do-app/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/CRUD-Application/HEAD/to-do-app/style.css --------------------------------------------------------------------------------