Skip to content

This is a Todo WebApp created using Javascript. The tasks of this todo are stored in local storage of the browser so the tasks won't be lost after refreshing the webpage.

Notifications You must be signed in to change notification settings

SidAsif/Todo_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickTodo

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.

Features

  • 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.

Demo

You can check out a live demo of QuickTodo here.

Installation

To run QuickTodo locally, follow these steps:

  1. Clone the Repository

    git clone https://github.com/your-username/QuickTodo.git
    cd QuickTodo
  2. Open index.html in your browser

Usage

  1. Open the application.
  2. Type a task into the input field.
  3. Click the + button or press Enter to add the task to your list.
  4. Click on the trash icon next to a task to delete it.
  5. Click the Clear All button to remove all tasks from the list.

Code Structure

  • 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.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please create an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements


QuickTodo - Your simple and efficient task manager.

About

This is a Todo WebApp created using Javascript. The tasks of this todo are stored in local storage of the browser so the tasks won't be lost after refreshing the webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published