/TODO-APP

This is a basic ToDo web application created as a beginner's project to practice HTML, CSS, and JavaScript. It allows you to create a list of tasks you need to complete.

Primary LanguageJavaScript

Simple ToDo App

Description

This is a basic ToDo web application created as a beginner's project to practice HTML, CSS, and JavaScript. It allows you to create a list of tasks you need to complete.

#Screenshot Screenshot 2023-09-18 200347 Screenshot 2023-09-18 200652

Features

  • Add tasks to your ToDo list.
  • Mark tasks as completed.
  • Remove tasks from the list.

Getting Started

  1. Clone this repository to your local machine.
  2. Open the index.html file in your web browser.

Usage

  1. Enter a task in the input field.
  2. Click the "Add" button to add the task to your list.
  3. Click on a task to mark it as completed.
  4. Click the "Delete" button to remove a task.