This is a simple and stylish ToDo List web application that allows users to add, mark, and remove tasks. The app features a modern dark theme and is fully responsive for use on both desktop and mobile devices. Visit at : https://devkan009.github.io/ToDo-List-Website/
- Add tasks to the list.
- Mark tasks as completed (with a line-through and dulled appearance).
- Remove tasks from the list.
- Stylish dark theme with responsive design.
-
Open the App:
- Open the
index.htmlfile in your browser.
- Open the
-
Add a Task:
- Enter a task in the input field labeled "Enter your tasks."
- Click the "Add task" button to add the task to the list.
-
Mark a Task as Completed:
- Click the checkbox next to a task to mark it as completed.
- The task will appear dulled with a line-through effect.
-
Remove a Task:
- Click the "Remove task" button.
- Then, click on the task you want to remove. Only the first clicked task will be removed, and the "Remove task" button must be clicked again to remove another task.
-
Responsive Design:
- The app adjusts to different screen sizes, making it usable on both desktop and mobile devices.
- index.html: The main HTML file for the app.
- style.css: The CSS file for styling the app.
- app.js: The JavaScript file for app functionality.
- Clone the repository:
git clone <repository-url>




