https://github.com/rivalcoder/quick-task
Quick Note of Task
https://github.com/rivalcoder/quick-task
css html javascript
Last synced: about 2 months ago
JSON representation
Quick Note of Task
- Host: GitHub
- URL: https://github.com/rivalcoder/quick-task
- Owner: Rivalcoder
- Created: 2024-10-03T06:15:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T05:30:52.000Z (over 1 year ago)
- Last Synced: 2025-08-19T23:36:43.053Z (10 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://remind-task.vercel.app
- Size: 3.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 📝 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:
```sh
git clone https://github.com/yourusername/Quick-Task.git
```
2. Navigate to the project directory:
```sh
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

## 🌐 Demo
You can see the demo of the application [here](https://remind-task.vercel.app).