Skip to content

samyakmaitre/to_do_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Project

Demo.mp4

Features

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.

How to Use

  1. Open the application in your preferred web browser.
  2. Enter your task in the input field.
  3. Press "Enter" to add the task to the list.
  4. Click on a task to mark it as completed.
  5. Utilize the delete icon to remove tasks as needed.

Technologies Used


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.

Getting Started

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.

Contributing

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.