Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Simple To-Do List Application

This project is a basic To-Do List built using HTML, CSS, and JavaScript. It allows users to add, delete, and mark tasks as completed.

Features

  • Add New Tasks
    Allows users to add new tasks to their list with ease.

  • Delete Tasks
    Users can remove tasks they no longer need from their to-do list.

  • Mark Tasks as Completed
    Users can mark tasks as completed, helping them track progress.

  • Simple and Clean User Interface
    The application features a user-friendly and minimalist design for a smooth experience.

  • Persistent Storage
    All tasks are saved in the browser's local storage, ensuring that they persist even after a page refresh.

Tech Stack

  • Frontend:
    Built using pure HTML, CSS, and JavaScript with no frameworks involved.

  • Storage:
    Tasks are saved using the browser's Local Storage to ensure data persistence.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/simple-todo-list.git
    cd simple-todo-list
  2. Open the project Simply open the index.html file in your browser to start using the To-Do List.

  3. Use the To-Do List

  4. Adding a New Task:

    • Type your task into the input field.
    • Press the Enter key or click the Add button to add the task to your list.
  5. Marking a Task as Completed:

    • Click on the task you wish to mark as completed. This will help you track your progress.
  6. Deleting a Task:

    • Click the Delete button associated with the task you want to remove. This will delete the task from your list.

License

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

About

Simple To-Do List Application. It allows users to add, delete, and mark tasks as completed.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages