Skip to content

Rivalcoder/Quick-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 To-Do List with Delete Button

This is a simple and efficient to-do list application that allows you to add, delete, and mark tasks as completed. The tasks are saved in the browser's local storage, ensuring they persist even after refreshing the page.

✨ Features

  • Add new tasks 📝
  • Delete tasks 🗑️
  • Mark tasks as completed ✔️
  • Tasks are saved in local storage 💾
  • Reset all tasks 🔄

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Quick-Task.git
  2. Navigate to the project directory:

    cd ToDo-List
  3. Open the index.html file in your browser to use the application.

📦 Dependencies

No external dependencies are required for this project. It uses vanilla JavaScript, HTML, and CSS.

🚀 Usage

  1. Adding a Task:

    • Enter a task in the input field.
    • Click the "Add Task" button.
  2. Marking a Task as Completed:

    • Click the checkbox next to the task. Completed tasks will have a line-through decoration.
  3. Deleting a Task:

    • Click the trash icon next to the task to delete it.
  4. Resetting Tasks:

    • Click the "Help in Bug" button to reset all tasks.

📸 Screenshot

Screenshot

🌐 Demo

You can see the demo of the application here.

Releases

No releases published

Packages

No packages published