Skip to content

Mohammed-Momtaz/to-do-app-with-local-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do App with Local Storage

A simple to-do list application that uses local storage to save tasks.

Table of Contents

Description

This To-Do App is designed to help you keep track of your tasks. The app saves tasks in the browser's local storage, ensuring that your tasks are preserved even after refreshing the page or closing the browser.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Mohammed-Momtaz/To-Do-App-With-Local-Storage
  1. Navigate into the project directory::
cd To-Do-App-With-Local-Storage
  1. Install dependencies (if applicable)::

This project may not have dependencies, but if it does, typically you would run:

npm install
  1. Open the project in your favorite code editor and start a local server to view the game. For example, if using VSCode, you might use the Live Server extension.:

Usage

To use the To-Do App:

  1. Open the index.html file in your browser.

  2. Add new tasks by typing in the input field and clicking the "Add" button.

  3. View your tasks in the list below the input field.

  4. Edit tasks by clicking on them, making your changes, and pressing enter.

  5. Delete tasks by clicking the "Delete" button next to each task.

  6. Tasks are saved in the browser's local storage, so they persist even if you refresh the page or close and reopen the browser.

Features

  • Add tasks
  • Edit tasks
  • Delete tasks
  • Persistent storage using local storage
  • Simple and user-friendly interface

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Fork the repository.

Create your feature branch

git checkout -b feature/AmazingFeature

Commit your changes

git commit -m 'Add some AmazingFeature'

Push to the branch

git push origin feature/AmazingFeature

Open a Pull Request.

Contact

Mohammed-Momtaz - [email protected]

Project Link: https://github.com/Mohammed-Momtaz/To-Do-App-With-Local-Storage

About

To-Do App With Local Storage From Elzero Web School

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published