Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1022 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 1022 Bytes

To-Do List Application

A simple and efficient web-based to-do list application built with HTML, JavaScript, and CSS.

Features

  • Add Tasks: Easily add tasks to your to-do list by entering them in the input field and clicking the "Add" button or pressing Enter.

  • Mark as Done: Check off completed tasks by clicking the "Done" button next to each task. Completed tasks are visually marked as done.

  • View Date & Time: For completed tasks, you can view the date and time they were marked as done by clicking the "Date & Time" button. An alert displays this information.

  • Delete Tasks: Remove tasks from your list by clicking the "Delete" button.

  • Clear Input: Press the Escape key or click outside the input field to clear the input without adding a task.

Getting Started

Prerequisites

  • A modern web browser that supports JavaScript.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/dev-alihasan/to-do-list-arnob.git