Demo.mp4
User-Friendly Interface
The interface is intentionally minimalistic and user-friendly, allowing you to focus on your tasks without unnecessary distractions.
Add Tasks Quickly
Easily add tasks by typing them into the input field and pressing "Enter." Your tasks will promptly appear on the list.
Mark Tasks as Completed
Click on any task to mark it as completed. A subtle line-through effect is applied to visually indicate completed tasks, providing a clear overview of your progress.
Remove Tasks
Each task comes equipped with a delete icon. Simply click on the icon to remove a task from the list, keeping your workspace clutter-free.
- Open the application in your preferred web browser.
- Enter your task in the input field.
- Press "Enter" to add the task to the list.
- Click on a task to mark it as completed.
- Utilize the delete icon to remove tasks as needed.
HTML: Forms the structure of the web page.
CSS: Provides styling and layout for a visually appealing experience.
JavaScript: Implements dynamic functionality for adding, marking, and removing tasks.
To begin using the To-Do List web application, follow these simple steps:
bash
Copy code
git clone https://github.com/samyakmaitre/to_do_list.git
cd to-do-list
Open the index.html file in your web browser to start managing your tasks seamlessly.
We welcome your suggestions and feedback! If you encounter any issues or have ideas for improvement, please open an issue or submit a pull request.