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.
- Host: GitHub
- URL: https://github.com/esraaalzoghby/to-do-list-application
- Owner: EsraaAlzoghby
- Created: 2025-01-08T00:32:23.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-08T00:40:01.000Z (9 months ago)
- Last Synced: 2025-01-08T01:26:44.873Z (9 months ago)
- Topics: application, bootstrap, css, html, js, localstorage, task-management, to-do-app, to-do-list, website
- Language: HTML
- Homepage: https://esraaalzoghby.github.io/To-Do-List-App/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).