bigmosi / Todo-Lists-App

This is a web application that enables users to add, edit and remove tasks they intend to perform. Built with JavaScript, HTML, and CSS.
3 stars 0 forks source link

Implementing crud operation #3

Closed bigmosi closed 2 years ago

bigmosi commented 2 years ago

Added a function for adding a new task to the to-do list. Added a function for deleting a task in a todo list. Added a function for editing to-do list task descriptions. Added a function for updating item indices in the to-do list. Saved to-do list items in local storage to persist data in the browser.