https://github.com/natantezare/to-do-list-application
To-Do List App: A responsive web application for managing tasks. Features include task addition, editing, completion, deletion, and filtering. Built with HTML, CSS, and JavaScript. Tasks are saved using localStorage for persistence. Test the live website here 👇
https://github.com/natantezare/to-do-list-application
css dynamic-ui frontend html javascript localstorage task-management web-development
Last synced: about 1 month ago
JSON representation
To-Do List App: A responsive web application for managing tasks. Features include task addition, editing, completion, deletion, and filtering. Built with HTML, CSS, and JavaScript. Tasks are saved using localStorage for persistence. Test the live website here 👇
- Host: GitHub
- URL: https://github.com/natantezare/to-do-list-application
- Owner: NatanTezare
- Created: 2024-08-15T12:35:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T12:36:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-25T13:04:13.304Z (11 months ago)
- Topics: css, dynamic-ui, frontend, html, javascript, localstorage, task-management, web-development
- Language: JavaScript
- Homepage: https://natantezare.github.io/To-Do-List-Application/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do-List-Application
To-Do List App: A responsive web application for managing tasks. Features include task addition, editing, completion, deletion, and filtering. Built with HTML, CSS, and JavaScript. Tasks are saved using localStorage for persistence.