{"id":20629592,"url":"https://github.com/anibulus/todo_application","last_synced_at":"2026-04-21T02:03:31.722Z","repository":{"id":252466022,"uuid":"840527862","full_name":"Anibulus/Todo_Application","owner":"Anibulus","description":"Angular 17 front-end application deployed at firebase. It's a TODO web application","archived":false,"fork":false,"pushed_at":"2024-08-09T23:33:01.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T08:11:21.069Z","etag":null,"topics":["angular","angular17","javascript","server-side-rendering"],"latest_commit_sha":null,"homepage":"https://todoapp-d5e74.web.app/","language":"HTML","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/Anibulus.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":"2024-08-09T23:28:20.000Z","updated_at":"2024-08-09T23:35:19.000Z","dependencies_parsed_at":"2024-08-10T00:49:34.114Z","dependency_job_id":null,"html_url":"https://github.com/Anibulus/Todo_Application","commit_stats":null,"previous_names":["anibulus/todo_application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anibulus%2FTodo_Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anibulus%2FTodo_Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anibulus%2FTodo_Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anibulus%2FTodo_Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anibulus","download_url":"https://codeload.github.com/Anibulus/Todo_Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242582848,"owners_count":20153330,"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","angular17","javascript","server-side-rendering"],"created_at":"2024-11-16T14:05:25.102Z","updated_at":"2026-04-21T02:03:31.691Z","avatar_url":"https://github.com/Anibulus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Basics Project\nApplication without tests and server side rendering \n\n## How to install Angular\n```bash\nnpm i @angular/cli -g \n```\n\nCreate an angular aplication whithout tests\n```bash\nng new todo_app --skip-tests\n```\n\nRun Angular application\n```bash\nng serve\n```\n\nCreate Angular component (route: pages/home)\n```bash\nng g component pages/home\n```\n\nThe folder `/dist/[name-project]/` is the one to deploy.\n\n## Deploy to Production\n\nBuild the application (optimization tasks)\n```bash\nng build\n```\n\nThis application was deployed at [Firebase Console](https://console.firebase.google.com)\n\n```bash\nsudo npm install -g firebase-tools\n\nfirebase login\n\nfirebase init\n\nfirebase deploy --debug\n``` \n\n\u003c!--\nOn firebase init, those are the settings\n? Which Firebase features do you want to set up for this \ndirectory? Press Space to select features, then Enter to confirm \nyour choices. Hosting: Configure files for Firebase Hosting and \n(optionally) set up GitHub Action deploys\n...\n? What do you want to use as your public directory? dist/todo_app\n? Configure as a single-page app (rewrite all urls to \n/index.html)? Yes\n? Set up automatic builds and deploys with GitHub? No\n--\u003e\n\n[TODO application deployed](https://todoapp-d5e74.web.app)\n\n\n### Pending\nCheck how Injector works with local storage\n```js\ninjector = inject(Injector);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibulus%2Ftodo_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanibulus%2Ftodo_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibulus%2Ftodo_application/lists"}