Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.15 KB

readme.md

File metadata and controls

39 lines (24 loc) · 1.15 KB

TODO List

This TodoList website is a simple application that allows users to manage their tasks and stay organized. It provides features for creating, editing, and deleting tasks, as well as marking tasks as completed.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete specific task
  • Delete all tasks
  • Edit tasks already added to the todo list

Local Setup

  1. Clone the repository:

git clone https://github.com/yr1404/todolist.git

  1. Navigate to the project directory:

cd todo-list

  1. Open the index.html file in your preferred web browser.

Usage

  • Enter a task in the input field and press Enter or click the "Add Task" button to add it to the list.
  • Click on a checkbox to mark it as completed. The completed tasks will have a line-through style.
  • Click on the "Delete" button next to a task to delete it from the list.
  • Click the "Delete All" button to remove all tasks from the list.

Technologies Used

  • HTML
  • Tailwind CSS
  • JavaScript

Try the Todolist   box-arrow-up-right