{"id":22880268,"url":"https://github.com/devsazal/todo-app-angular19","last_synced_at":"2026-05-05T05:32:18.731Z","repository":{"id":266131901,"uuid":"897485508","full_name":"DevSazal/todo-app-angular19","owner":"DevSazal","description":"Todo Web App - Angular v19","archived":false,"fork":false,"pushed_at":"2024-12-07T15:52:10.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T18:54:01.223Z","etag":null,"topics":["angular","front-end","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevSazal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-02T17:59:37.000Z","updated_at":"2025-01-02T21:24:17.000Z","dependencies_parsed_at":"2024-12-02T19:36:35.196Z","dependency_job_id":null,"html_url":"https://github.com/DevSazal/todo-app-angular19","commit_stats":null,"previous_names":["devsazal/todo-app-angular19"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevSazal/todo-app-angular19","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Ftodo-app-angular19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Ftodo-app-angular19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Ftodo-app-angular19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Ftodo-app-angular19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSazal","download_url":"https://codeload.github.com/DevSazal/todo-app-angular19/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSazal%2Ftodo-app-angular19/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32636947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","front-end","typescript"],"created_at":"2024-12-13T17:17:08.878Z","updated_at":"2026-05-05T05:32:18.715Z","avatar_url":"https://github.com/DevSazal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nThe project was developed on angular 19.0.1.\n\n\n\u003cbr\u003e\n\nLet's clone the repository on your machine.\n\nThe application includes the following files and folders:\n\n```bash\n# architecture\n# deep drive\n\ntodo-app/\n├── src/\n│   ├── app/\n│   │   ├── components/\n│   │   │   ├── add-todo/\n│   │   │   │   ├── add-todo.component.html\n│   │   │   │   └── add-todo.component.ts\n│   │   │   │\n│   │   │   ├── todo-list/\n│   │   │   │   ├── todo-list.component.html\n│   │   │   │   ├── todo-list.component.css\n│   │   │   │   └── todo-list.component.ts\n│   │   │   │\n│   │   ├── services/\n│   │   │   └── todo.service.ts\n│   │   │\n│   │   ├── app.component.html\n│   │   ├── app.component.ts\n│   │   ├── app.config.ts\n│   │   └── app.routes.ts\n│   │\n│   ├── environments/\n│   │   └── environment.ts\n│   │\n│   ├── styles.css\n│   ├── index.html\n│   └── main.ts\n│\n├── angular.json\n├── package.json\n├── README.md\n└── tsconfig.json\n\n```\n\n\n\n## Installation and Configuration\n\nLet's move to the cloned directory with your terminal.\n\nTo install, build, and start the application for the first time, run the following commands:\n\n```bash\nnpm install\n```\n\n\u003cbr\u003e\n\nLet's configure the backend APIs server in `src/environments/environment.ts` file:\n\n```typescript\n\nexport const environment = {\n    backendURL: '\u003cBACKEND_REST_API_URL_HERE_PLEASE\u003e' // Backend APIs Endpoint\n  };\n\n```\n\n\u003cbr\u003e\n\nAlready done? Cool! You are almost ready to enjoy the app. ⛳️\n\n### Build \u0026 Run:\n\nTo start a local development server, run:\n\n```bash\nng serve\n\n```\n\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`\n\n\n## 🧑‍💻 Stay in touch\n\n- Author - [Sazal Ahamed](https://sazal.vercel.app)\n- Linkedin - [Profie](https://www.linkedin.com/in/sazal-ahamed/)\n- GitHub - [DevSazal](https://github.com/DevSazal)\n\n## License\n\n[MIT licensed](LICENSE) © 2024\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Ftodo-app-angular19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsazal%2Ftodo-app-angular19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsazal%2Ftodo-app-angular19/lists"}