This is a simple JavaScript library for managing tasks in a to-do app. The library offers essential features to add, remove, and manage tasks, including localStorage integration to persist tasks between page loads.
- Add tasks
- Remove tasks
- Mark tasks as completed
- Filter tasks (all, completed, pending)
- Store tasks in localStorage
To use the library, clone the repository from GitHub:
git clone https://github.com/CaptainThunder31/todo-library-.git