Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
addievo authored Jul 19, 2023
1 parent 2ed3118 commit a20c3d1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Todo List

This is a simple Todo List application built with HTML, CSS, and JavaScript. It allows users to manage their tasks efficiently. The functionalities include adding new tasks, marking tasks as completed, clearing completed tasks, and viewing the number of uncompleted tasks.

## Features

1. **Adding Tasks:** You can add new tasks by typing them into the input field and pressing the `Enter` key. If the input field is empty, the application will alert you to write something.

2. **Marking Tasks as Complete:** Tasks can be marked as complete by checking the checkbox next to each task. Checked tasks are struck through to visually represent their completion status.

3. **Clearing Completed Tasks:** The application provides a button to clear all completed tasks from the list.

4. **Task Counter:** The application maintains a counter that displays the number of uncompleted tasks left.

## Setup

To run this project, simply download the `index.html` file and open it in any web browser.
A live version of this website can be found at [Live Website](https://adityav.au/simpleToDo/)


## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

## Acknowledgments

* Matrix AI

0 comments on commit a20c3d1

Please sign in to comment.