https://github.com/auvancee/functional-todo-web-app
A To Do Web Application
https://github.com/auvancee/functional-todo-web-app
todo-list todoapp todolist todolist-app todolist-application
Last synced: 3 months ago
JSON representation
A To Do Web Application
- Host: GitHub
- URL: https://github.com/auvancee/functional-todo-web-app
- Owner: Auvancee
- Created: 2025-04-30T23:43:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T01:42:18.000Z (5 months ago)
- Last Synced: 2025-06-08T07:07:03.506Z (4 months ago)
- Topics: todo-list, todoapp, todolist, todolist-app, todolist-application
- Language: CSS
- Homepage: https://auvancee.github.io/Functional-ToDo-Web-App/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 To Do Web Application
A simple and interactive to-do list web app built using HTML, CSS, and JavaScript.
This project lets users add, edit, and delete tasks, with persistent storage using localStorage.## 🚀 Features
✦ Add new to-do items
✦ Edit existing tasks
✦ Delete tasks
✦ Persistent storage using localStorage
✦ Dynamic UI updates without page refresh