A To-do app made using html,css and javascript.
- I made this TOdo App to understand CRUD Operations in JavaScript.
- CRUD stands for - C: Create, R: Read, U: Update, D: Delete.
- It is a type of mechanism that allows you to create data, read data, edit it, and delete those data.