Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-Do List with Local Storage

This is a simple to-do list application with a user-friendly and attractive user interface. It allows you to create, manage, and persist your to-do tasks using local storage. This means your tasks will be saved even if you close the browser, making it a convenient tool for organizing your daily activities.

Features

  • User-Friendly Interface: The application provides an intuitive and clean user interface for a seamless user experience.

  • Create Tasks: Easily create new tasks by typing them into the input field and clicking the "Add" button.

  • Check Off Completed Tasks: You can mark tasks as completed by clicking the checkbox next to each task.

  • Local Storage: Tasks are stored in the browser's local storage, ensuring they are preserved even after refreshing or closing the browser.

How to Use

  1. Add a New Task:

    • Type your task in the input field.
    • Click the "Add" button or press Enter to add the task to your list.
  2. Mark a Task as Completed:

    • Click the checkbox next to a task to mark it as completed.
  3. Delete a Task:

    • Click the "Delete" button next to a task to remove it from your list.
  4. Persistence: Your tasks are automatically saved in local storage, so you can continue where you left off, even after closing or refreshing the browser.

Getting Started

  1. Clone or download this repository to your local machine.

  2. Open the index.html file in your web browser to launch the application.

  3. Start adding and managing your tasks!

Technologies Used

  • HTML
  • CSS
  • JavaScript (for local storage and interaction)

Enjoy staying organized with your new to-do list!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages