https://github.com/seifsheikhelarab/simple-to-do-list
Simple To-Do List made Using HTML, CSS and Javascript
https://github.com/seifsheikhelarab/simple-to-do-list
bootstrap css html javascript
Last synced: 3 months ago
JSON representation
Simple To-Do List made Using HTML, CSS and Javascript
- Host: GitHub
- URL: https://github.com/seifsheikhelarab/simple-to-do-list
- Owner: seifsheikhelarab
- License: mit
- Created: 2025-07-30T18:01:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T18:02:24.000Z (11 months ago)
- Last Synced: 2025-08-07T02:55:48.404Z (11 months ago)
- Topics: bootstrap, css, html, javascript
- Language: JavaScript
- Homepage: https://seifsheikhelarab.github.io/Simple-To-Do-List/
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple To-Do List
A simple to-do list application made using HTML, CSS, and JavaScript.
## Features
* Add new tasks to the list
* Mark tasks as completed
* Delete tasks from the list
* Persistent data storage using local storage
## How it works
1. The user can add new tasks to the list by typing in the input field and clicking the "+" button.
2. The tasks are stored in local storage and displayed on the page.
3. The user can mark tasks as completed by clicking the checkbox next to the task.
4. The user can delete tasks from the list by clicking the "Delete" button.
## Technologies used
* HTML for structuring the content
* CSS for styling the application
* JavaScript for adding interactivity and functionality
* Bootstrap for styling and layout
## License
This project is licensed under the MIT License. See the LICENSE file for more information.