An open API service indexing awesome lists of open source software.

https://github.com/esraaalzoghby/to-do-list-application

This is a simple and interactive To-Do List Application built using JavaScript, HTML, and CSS. It allows users to add, update, and delete tasks with persistent storage using localStorage.
https://github.com/esraaalzoghby/to-do-list-application

application bootstrap css html js localstorage task-management to-do-app to-do-list website

Last synced: 8 months ago
JSON representation

This is a simple and interactive To-Do List Application built using JavaScript, HTML, and CSS. It allows users to add, update, and delete tasks with persistent storage using localStorage.

Awesome Lists containing this project

README

          

# 📋 To-Do List Application

This simple and interactive **To-Do List Application** is built using JavaScript, HTML, and CSS. It allows users to ✅ add, ✏️ update, and ❌ delete tasks with persistent storage using `localStorage`.

## ✨ Features

- 🆕 Add new tasks with validation.
- 📋 Display all tasks dynamically in a table.
- ✏️ Edit existing tasks easily.
- ❌ Delete tasks with confirmation using SweetAlert2.
- 💾 Persistent storage to save tasks locally.

## 🌐 Demo Link:

You can view the live demo of the project by clicking [here]( https://esraaalzoghby.github.io/To-Do-List-App/).