https://sr-todo-web-app.netlify.app/
- This is a Single Page CURD Web Application.
- Where you can add/edit and delete their todo tasks.
- It Takes todo task from user through input box
- then it store's the task in localStorage.
- and then it show the list of all the task that user hade made
- user can edit the task after making the task
- after making the task user will be able to delete the task also.
For running the project on local, follow the following steps.
$ npm install
$ npm start
$ yarn
$ yarn start