Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 729 Bytes

JavaScript To-Do Application

This project is a simple to-do application created using JavaScript. Users can add new tasks, mark existing tasks as completed, or remove them.

Usage

  1. Clone the project to your computer.
  2. Open the index.html file in a web browser.
  3. To add a new task, type a task into the input box and click "Add".
  4. To mark tasks as completed, check the checkbox next to the task.
  5. To remove tasks, click the "Delete" button next to the task.

Technologies

  • HTML
  • CSS
  • JavaScript

Features

  • Add new tasks
  • Mark tasks as completed
  • Remove tasks

Contributing

This project is open source and welcomes contributions. You can submit "Pull Requests" to add new features or fix bugs.