QuickTodo is a simple and efficient web application designed to help you manage your daily tasks. Whether you need to keep track of your to-do list, organize your tasks, or just jot down a quick reminder, QuickTodo has got you covered.
- Add Tasks: Quickly add new tasks to your list.
- Delete Tasks: Easily remove tasks that are completed or no longer needed.
- Clear All Tasks: Clear all tasks with a single click.
- Responsive Design: Use QuickTodo on any device - phone, tablet, or laptop.
You can check out a live demo of QuickTodo here.
To run QuickTodo locally, follow these steps:
-
Clone the Repository
git clone https://github.com/your-username/QuickTodo.git cd QuickTodo
-
Open
index.html
in your browser
- Open the application.
- Type a task into the input field.
- Click the
+
button or pressEnter
to add the task to your list. - Click on the trash icon next to a task to delete it.
- Click the
Clear All
button to remove all tasks from the list.
index.html
: The main HTML file containing the structure of the web app.style.css
: The CSS file for styling the web app.script.js
: The JavaScript file for handling the app's functionality.
Contributions are welcome! If you have any suggestions or improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Icons from Font Awesome
- Background gradient from CSS Gradient
QuickTodo - Your simple and efficient task manager.