An open API service indexing awesome lists of open source software.

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.

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).