The To-Do App is a simple application that allows users to manage their tasks efficiently. It provides functionality to add, remove, and mark tasks as completed.
- Add Tasks: Users can add new tasks to the to-do list.
- Remove Tasks: Users can remove tasks from the list.
- Mark as Completed: Users can mark tasks as completed or pending.
- HTML: For the structure of the web page.
- CSS: For styling and layout.
- JavaScript: For interactivity and managing tasks.
To set up the To-Do App locally, follow these steps:
- Clone the Repository:
git clone https://github.com/chaitanyaj2121/ToDo-App.git