A simple, lightweight ToDo List web app built with plain HTML, CSS, and JavaScript. This repository contains a minimal, easy-to-use todo list that demonstrates DOM manipulation, event handling, and simple client-side state.
Live Preview
Features
- Add and remove tasks
- Mark tasks as completed
- Responsive, minimal UI
Getting Started
- Clone the repository or download the project files.
- Open
index.htmlin your browser (no build step required).
Usage
- Type a task into the input field and press the Add button or Enter.
- Click the delete icon or button to remove a task.
- Click a task to toggle its completed state.
Project files
index.html— main HTML fileStyle.css— styles for the appJavaScript.js— app logic and event handlingimages/— project assets (includes the preview imagePreview.jpg)
Author: WailHassan
