A simple To-Do List web application built using HTML, CSS, and JavaScript.
- Add tasks to the list
- Mark tasks as completed
- Delete tasks from the list
- Tasks are saved in the browser's localStorage, so they persist even after the page is refreshed or the browser is closed
-
Clone the repository:
git clone https://github.com/HermelaDemeke/ToDoList.git -
Navigate to the project directory:
cd ToDoList -
Open the
index.htmlfile in your web browser. -
You can now add, complete, and delete tasks using the web application.
index.html: The HTML file that contains the structure of the web page.styles.css: The CSS file that styles the web application.script.js: The JavaScript file that handles the functionality of the To-Do List application.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.