https://github.com/mdyeates/todo-list
This to-do list app is a simple and convenient tool for managing tasks. The app uses localStorage to save tasks, so they will remain on the list even if the user closes the browser or refreshes the page.
https://github.com/mdyeates/todo-list
jquery localstorage todo-list
Last synced: about 1 month ago
JSON representation
This to-do list app is a simple and convenient tool for managing tasks. The app uses localStorage to save tasks, so they will remain on the list even if the user closes the browser or refreshes the page.
- Host: GitHub
- URL: https://github.com/mdyeates/todo-list
- Owner: mdyeates
- License: mit
- Created: 2022-12-09T06:49:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T01:07:24.000Z (over 3 years ago)
- Last Synced: 2025-04-07T21:51:26.337Z (about 1 year ago)
- Topics: jquery, localstorage, todo-list
- Language: JavaScript
- Homepage: https://mdyeates.github.io/todo-list/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
A Simple To Do List App
This app is the perfect tool for staying organized and productive, and it's built using the power of jQuery.
Explore the docs »
View Live Deployment
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
This to-do list app is a simple and convenient tool for managing tasks. The app uses localStorage to save tasks, so they will remain on the list even if the user closes the browser or refreshes the page.
The app has a task counter that displays the number of tasks on the list, and allows users to easily add new tasks using the "Add" button. When a task is completed, users can mark it off by clicking the "Completed" button, which removes the task from the list.
### Built With
[![JQuery][jquery.com]][jquery-url]
## 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**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Michael Yeates - [@mdyeates](https://twitter.com/mdyeates) - michael-yeates@outlook.com
Project Link: [https://github.com/mdyeates/todo-list](https://github.com/mdyeates/todo-list)
## Acknowledgments
- [JQuery Docs](https://jquery.com/)
- [JQuery Cheat Sheet](https://htmlcheatsheet.com/jquery/)
[license-shield]: https://img.shields.io/github/license/mdyeates/todo-list.svg?style=for-the-badge
[license-url]: https://github.com/mdyeates/todo-list/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/mdyeates
[jquery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
[jquery-url]: https://jquery.com