This is as the title implies a simple todo list web app with CRUD (Create, Read, Update, Delete) funtionalities. You can visit the live app here : Simple CRUD Todo App
This app supports four basic functions seen in any todo list app.
- You can add tasks to your lists with title and due date.
- You can edit the title and due date of your tasks.
- You can mark your tasks as completed
- You can delete each task individually from your list.
This app was developed by below mentioned technologies:
This app also utilizes the browser's LocalStorage to save data
This App was designed and developed by Hossain Razavi