An open API service indexing awesome lists of open source software.

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

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.