https://github.com/amdsaad/simple-to-do-app-with-javascript-and-localstorage
This is a simple Todo List application built with JavaScript. It allows users to add, edit, and delete tasks, helping them manage their daily activities efficiently.
https://github.com/amdsaad/simple-to-do-app-with-javascript-and-localstorage
javascript localstorage todo todo-list
Last synced: 9 months ago
JSON representation
This is a simple Todo List application built with JavaScript. It allows users to add, edit, and delete tasks, helping them manage their daily activities efficiently.
- Host: GitHub
- URL: https://github.com/amdsaad/simple-to-do-app-with-javascript-and-localstorage
- Owner: amdsaad
- Created: 2025-01-07T06:12:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-07T06:48:14.000Z (12 months ago)
- Last Synced: 2025-02-02T06:15:44.765Z (11 months ago)
- Topics: javascript, localstorage, todo, todo-list
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo List Application
This is a simple Todo List application built with JavaScript. It allows users to add, edit, and delete tasks, helping them manage their daily activities efficiently.
## Features
- Add new tasks
- Edit existing tasks
- Delete tasks
## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/todo-list.git
```
2. Navigate to the project directory:
```bash
cd todo-list
```
3. Open `index.html` in your browser to start using the application.
## Usage
- To add a new task, type the task description in the input field and press Enter.
- To edit a task, click on the task description.
- To delete a task, click the delete button next to the task.
## Blog Post
For more details about the development of this project, check out [this blog post](https://amd.codes/posts/simple-java-script-to-do-app-with-local-storage).
## License
This project is licensed under the MIT License
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## Contact
For any questions or feedback, please contact [hello@amd.codes](mailto:hello@amd.codes).