Welcome to the ToDo App, a simple task management web application developed using HTML, CSS, and JavaScript. This app allows users to add tasks, mark them as complete, and delete tasks as needed. The clean and straightforward interface provides an efficient way to organize and manage your tasks.
-
Add Task: Users can add new tasks by entering task details and clicking the "Add" button.
-
Mark as Complete: Tasks can be marked as complete by clicking on the corresponding checkbox.
-
Delete Task: Unwanted tasks can be deleted by clicking the "Delete" button associated with each task.
- HTML: Provides the structure for the web pages and content.
- CSS: Styles the project for a clean and user-friendly design.
- JavaScript: Adds interactivity and dynamic behavior to the application.
- Clone the Repository:
git clone https://github.com/your-username/todo-app.git
Navigate to the project directory. Open the index.html file in your preferred web browser. Start Managing Your Tasks:
Add new tasks using the input field. Mark tasks as complete by clicking the checkbox. Delete tasks by clicking the "Delete" button. Demo: You can view a live demo of the ToDo App here.
Feel free to explore, organize your tasks, and stay productive!
If you would like to contribute to the project, please follow these steps:
Fork the project. Create a new branch. Make your changes and commit them. Submit a pull request.