Welcome to the To-Do List App, a simple web-based application to help you stay organized and productive.
- Add tasks to your to-do list.
- Mark tasks as complete.
- Delete tasks from the list.
- Simple, clean, and responsive UI.
You can access the live website here: To-Do List App
- Visit the live demo link above.
- Enter a task in the input field and click "Add" to include it in your list.
- Click on a task to mark it as complete.
- Use the delete button to remove tasks from your list.
index.html- The main HTML file for the app.style.css- Contains the styling for the app.script.js- Handles the functionality of the app.
- HTML
- CSS
- JavaScript