Skip to content

Build a To‑Do List application in JavaScript that runs on localhost. The app should allow users to easily add new tasks, edit existing ones, and delete tasks with minimal effort.

Notifications You must be signed in to change notification settings

wailhassan/ToDo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List App

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

Project Preview

Features

  • Add and remove tasks
  • Mark tasks as completed
  • Responsive, minimal UI

Getting Started

  1. Clone the repository or download the project files.
  2. Open index.html in 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 file
  • Style.css — styles for the app
  • JavaScript.js — app logic and event handling
  • images/ — project assets (includes the preview image Preview.jpg)

Author: WailHassan

About

Build a To‑Do List application in JavaScript that runs on localhost. The app should allow users to easily add new tasks, edit existing ones, and delete tasks with minimal effort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published