Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 959 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 959 Bytes

Todo List

A simple web application to manage your tasks and create a todo list.

Features

  • Add new tasks to the list
  • Mark tasks as completed
  • Delete tasks from the list

Technologies Used

  • HTML
  • CSS (Bootstrap)
  • JavaScript

Getting Started

  1. Clone the repository:

    git clone https://github.com/uparkalau/todo-list.git
  2. Open the index.html file in your web browser.

Usage

  1. Enter a task in the input field and click the "Add" button to add it to the list.
  2. Click on a task to mark it as completed.
  3. Click the delete button (X) to remove a task from the list.

License

This project is licensed under the MIT License.

Acknowledgements

Screenshots

Todo List