This is a simple To-Do List web application that allows users to add, remove, and refresh their to-do items.
- Add new to-do items.
- Remove individual to-do items.
- Remove all to-do items at once.
- Refresh the list.
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser.
- Add: Enter a new task in the input field and click the "Add" button to add it to the list.
- Remove: To remove a specific task, click the "Remove" button next to it.
- Remove All: Click the "Remove All" button to delete all tasks from the list.
- Refresh: Click the "Refresh" button to clear the input field and focus on it again.
index.html
: HTML file containing the structure of the web application.style.css
: CSS file for styling the web application.script.js
: JavaScript file containing the functionality of the web application.
[RAVI KUMAR GUPTA]