Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-bhure/to-do_list
https://github.com/lucky-bhure/to-do_list
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucky-bhure/to-do_list
- Owner: Lucky-Bhure
- Created: 2024-02-26T14:17:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T09:23:18.000Z (9 months ago)
- Last Synced: 2024-03-30T10:28:21.988Z (9 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do List Web Application
This is a simple To Do List web application built using HTML, CSS, and JavaScript. It allows users to create tasks, mark them as completed, and delete them. Tasks are stored locally using browser's local storage.
![Demo](demo.gif)
## Features
- Add tasks: Users can enter a task in the input field and click the "Submit" button to add it to the list.
- Mark tasks as completed: Users can check the checkbox next to a task to mark it as completed. Completed tasks will have a line-through effect.
- Delete tasks: Users can click the delete button next to a task to remove it from the list.
- Save tasks: Users can save their tasks locally using the "Save" button. Tasks will persist even after closing the browser.