Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitdeka/simple-todo-list-app

A user-friendly Todo List App that allows you to add, view, and delete tasks. Stay organized and manage your to-do list effortlessly. Tasks are stored in local storage for persistence across page reloads.
https://github.com/amitdeka/simple-todo-list-app

css html localstorage scss

Last synced: 14 days ago
JSON representation

A user-friendly Todo List App that allows you to add, view, and delete tasks. Stay organized and manage your to-do list effortlessly. Tasks are stored in local storage for persistence across page reloads.

Awesome Lists containing this project

README

        

# Todo List App

A simple Todo List application built with HTML, CSS, and JavaScript that allows users to add tasks, view them in a to-do list, delete individual tasks, and delete all tasks. The tasks are stored in the browser's local storage for persistence between page reloads.

## Features

- Add tasks to the to-do list
- View tasks in a user-friendly interface
- Delete individual tasks
- Clear the entire task list
- Automatic storage of tasks in the browser's local storage

## Getting Started

To use the Todo List App locally or contribute to the project, follow these steps:

1. Clone the repository:

```shell
git clone https://github.com/your-username/todo-list-app.git
```

2. Open the index.html file in your preferred web browser.

3. Start managing your tasks!

## Meta

- Title: Simple Todo List App | Organize and Manage Your Tasks
- Description: A user-friendly Todo List App that allows you to add, view, and delete tasks. Stay organized and manage your to-do list effortlessly. Tasks are stored in local storage for persistence across page reloads.

## Contributing

Contributions are welcome! If you have any suggestions, bug fixes, or new features to propose, feel free to open an issue or submit a pull request.

## Feedback

If you have any feedback, please reach out to us at [email protected]

## License

This project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).

```
Copyright (c) 2021-2022 Amit Deka

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```