diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bb082f --- /dev/null +++ b/README.md @@ -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