Skip to content

suhanaparvin12/to-do_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

A simple web application to manage your to-do list.

Features

  • Add tasks to the list
  • Mark tasks as completed
  • Delete tasks
  • Save tasks in local storage so they persist between page reloads

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Run

  1. Clone the repository:

    git clone https://github.com/suhanaparvin12/to-do_list.git
  2. Navigate to the project directory:

    cd todo-list-app
  3. Open index.html in your browser.

Code Structure

  • index.html: The main HTML file containing the structure of the app.
  • style.css: The CSS file for styling the app.
  • script.js: The JavaScript file containing the functionality of the app.

Configuration

No additional configuration is needed.

Usage

  1. Enter a task in the input box.
  2. Click the "Add" button to add the task to the list.
  3. Click on a task to mark it as completed.
  4. Click on the "×" button next to a task to delete it.
  5. Tasks are saved in the local storage and will persist even if you refresh the page.

Contributing

Feel free to fork this project and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors