A simple to-do list application that uses local storage to save tasks.
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.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Mohammed-Momtaz/To-Do-App-With-Local-Storage
- Navigate into the project directory::
cd To-Do-App-With-Local-Storage
- Install dependencies (if applicable)::
This project may not have dependencies, but if it does, typically you would run:
npm install
- 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.:
To use the To-Do App:
-
Open the index.html file in your browser.
-
Add new tasks by typing in the input field and clicking the "Add" button.
-
View your tasks in the list below the input field.
-
Edit tasks by clicking on them, making your changes, and pressing enter.
-
Delete tasks by clicking the "Delete" button next to each task.
-
Tasks are saved in the browser's local storage, so they persist even if you refresh the page or close and reopen the browser.
- Add tasks
- Edit tasks
- Delete tasks
- Persistent storage using local storage
- Simple and user-friendly interface
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.
Mohammed-Momtaz - [email protected]
Project Link: https://github.com/Mohammed-Momtaz/To-Do-App-With-Local-Storage