{"id":25042415,"url":"https://github.com/varmatilak22yardi/todo-2-app","last_synced_at":"2026-02-09T02:30:50.556Z","repository":{"id":275143368,"uuid":"925204325","full_name":"varmatilak22yardi/Todo-2-App","owner":"varmatilak22yardi","description":"This Angular-based To-Do List app uses the localStorage API to ensure persistent task management. Tasks are saved directly in the user's browser, remaining intact across sessions, even after a refresh or closing the app. It offers a seamless, reliable experience for managing tasks offline.","archived":false,"fork":false,"pushed_at":"2025-02-03T04:56:39.000Z","size":310,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T22:47:03.805Z","etag":null,"topics":["angular","angular-cli","angular19","deployment","github-pages","html-css-javascript","localstorage","standalone-components","typescript","webstorageapi"],"latest_commit_sha":null,"homepage":"https://varmatilak22yardi.github.io/Todo-2-App/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varmatilak22yardi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-31T12:39:29.000Z","updated_at":"2025-02-03T04:55:27.000Z","dependencies_parsed_at":"2025-01-31T13:38:36.647Z","dependency_job_id":"00ed8c9d-daf1-4faf-a06e-cc8fa581cb08","html_url":"https://github.com/varmatilak22yardi/Todo-2-App","commit_stats":null,"previous_names":["varmatilak22yardi/todo-2-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmatilak22yardi%2FTodo-2-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmatilak22yardi%2FTodo-2-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmatilak22yardi%2FTodo-2-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varmatilak22yardi%2FTodo-2-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varmatilak22yardi","download_url":"https://codeload.github.com/varmatilak22yardi/Todo-2-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390856,"owners_count":20769476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-cli","angular19","deployment","github-pages","html-css-javascript","localstorage","standalone-components","typescript","webstorageapi"],"created_at":"2025-02-06T04:38:44.406Z","updated_at":"2026-02-09T02:30:50.523Z","avatar_url":"https://github.com/varmatilak22yardi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do List App with LocalStorage in Angular 📝\n\nThis Angular-based To-Do List app allows users to add, edit, and delete tasks. It utilizes the **localStorage API** to save tasks on the user's device, ensuring persistence across sessions. With local storage, your tasks are safe even after page refreshes or app restarts. 🚀\n\n## Features ✨\n- **Add tasks** to your to-do list. ➕\n- **Edit tasks** and update their details. ✏️\n- **Delete tasks** when completed or no longer needed. ❌\n- **Persistent task storage** using the localStorage API for seamless access across sessions. 💾\n\n## LocalStorage Integration in Angular 🔒\n\nThis app uses the **localStorage API** to store tasks directly in the browser, ensuring that tasks persist even after a page refresh or when the app is reopened. Here's how it works:\n\n- Tasks are saved in the browser's local storage as key-value pairs, ensuring that the user's to-do list remains available each time they access the app.\n- The app checks for existing tasks in localStorage when it loads and updates the task list accordingly.\n\nExample of using localStorage:\n```typescript\n// Save task to localStorage\nlocalStorage.setItem('tasks', JSON.stringify(this.tasks));\n\n// Retrieve tasks from localStorage\nthis.tasks = JSON.parse(localStorage.getItem('tasks') || '[]');\n```\n## Setup and Installation ⚙️\n\n### Prerequisites 📋\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14.x or higher) 💻\n- [Angular CLI](https://angular.io/cli) 📦\n\n### Install the dependencies 📥\nClone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/your-username/todolist-app.git\ncd todolist-app\nnpm install\n```\n## Run the application 🚀\n\nTo run the application locally, use the following command:\n\n```bash\nng serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarmatilak22yardi%2Ftodo-2-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarmatilak22yardi%2Ftodo-2-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarmatilak22yardi%2Ftodo-2-app/lists"}