{"id":22048618,"url":"https://github.com/canozyigiit/todo-web-project-frontend","last_synced_at":"2026-05-04T13:37:42.138Z","repository":{"id":148919963,"uuid":"395996469","full_name":"canozyigiit/todo-web-project-frontend","owner":"canozyigiit","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-22T12:31:42.000Z","size":8111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T10:46:15.072Z","etag":null,"topics":["angular","bootstrap","scss","typescript"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/canozyigiit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2021-08-14T12:04:21.000Z","updated_at":"2021-11-14T19:54:20.000Z","dependencies_parsed_at":"2023-09-02T04:03:17.394Z","dependency_job_id":null,"html_url":"https://github.com/canozyigiit/todo-web-project-frontend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/canozyigiit/todo-web-project-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canozyigiit%2Ftodo-web-project-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canozyigiit%2Ftodo-web-project-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canozyigiit%2Ftodo-web-project-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canozyigiit%2Ftodo-web-project-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/canozyigiit","download_url":"https://codeload.github.com/canozyigiit/todo-web-project-frontend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canozyigiit%2Ftodo-web-project-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32610173,"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":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","bootstrap","scss","typescript"],"created_at":"2024-11-30T14:12:56.245Z","updated_at":"2026-05-04T13:37:42.119Z","avatar_url":"https://github.com/canozyigiit.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Todo Page\n![Home](https://github.com/canozyigiit/ToDoWebProjectAngular/blob/master/src/assets/img/toDoPage.png)\n## Login Page\n![Login](https://github.com/canozyigiit/ToDoWebProjectAngular/blob/master/src/assets/img/loginPage.png)\n## Terminal Commands\n\n1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en).\n2. Open Terminal\n3. Go to your file project\n4. Run in terminal: ```npm install -g @angular/cli```\n5. Then: ```npm install```\n6. And: ```ng serve --open```\n7. Navigate to [localhost:4200](localhost:4200)\n### What's included\n\nWithin the download you'll find the following directories and files:\n\n```\nNow Ui Kit Angular\n├── CHANGELOG.md\n├── README.md\n├── angular.json\n├── e2e\n├── karma.conf.js\n├── package-lock.json\n├── package.json\n├── protractor.conf.js\n├── src\n│   ├── app\n│   │   ├── app.component.html\n│   │   ├── app.component.scss\n│   │   ├── app.component.spec.ts\n│   │   ├── app.component.ts\n│   │   ├── app.module.ts\n│   │   ├── app.routing.ts\n│   │   ├── components\n│   │   │   ├── login \n│   │   │   ├── navbar\n│   │   │   ├── todo\n│   │   │   ├── todo-add\n│   │   │   ├── todo-appointe\n│   │   │   │   ├── todo-appointe-modal\n│   │   |   ├── todo-update\n│   │   │   │\n│   │   ├──guards\n│   │   │   ├── login-guard\n│   │   ├──interceptors\n│   │   │   ├── auth-interceptor\n│   │   ├──models\n│   │   │   ├── employee    \n│   │   │   ├── listResponseModel\n│   │   │   ├── loginModel\n│   │   │   ├── manager\n│   │   │   ├── responseModel\n│   │   │   ├── singleResponseModel\n│   │   │   ├── todo\n│   │   │   ├── todoDetail\n│   │   │   ├── tokenModel\n│   │   │   ├── user\n│   │   │   ├── userOperationClaim\n│   │   ├──pipes\n│   │   │   ├── todo-filter-pipe   \n│   │   ├──services\n│   │   │   ├── auth-service    \n│   │   │   ├── employee-service    \n│   │   │   ├── local-storage-service    \n│   │   │   ├── management-service    \n│   │   │   ├── manager-service    \n│   │   │   ├── todo-service    \n│   │   │   ├── user-operation-service   \n│   │   │   ├── user-service    \n│   ├── assets\n│   │   ├── css\n│   │   │   └── demo.css\n│   │   ├── fonts\n│   │   ├── img\n│   │   └── sass\n│   │       ├── now-ui-kit\n│   │       └── now-ui-kit.scss\n│   ├── environments\n│   ├── favicon.ico\n│   ├── index.html\n│   ├── main.ts\n│   ├── polyfills.ts\n│   ├── styles.scss\n│   ├── test.ts\n│   ├── tsconfig.app.json\n│   ├── tsconfig.spec.json\n│   └── typings.d.ts\n├── tsconfig.json\n└── tslint.json\n```\n\n## Useful Links\n\nSocial Media:\n\nLinkedin: \u003chttps://www.linkedin.com/in/muhammet-can-%C3%B6zyi%C4%9Fit-090b34218/\u003e\n\nBackend: \u003chttps://github.com/canozyigiit/ToDoWepProject-Backend\u003e\n\nVideo: \u003chttps://www.youtube.com/watch?v=0wvqyHud7cs\u0026t=9s\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanozyigiit%2Ftodo-web-project-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanozyigiit%2Ftodo-web-project-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanozyigiit%2Ftodo-web-project-frontend/lists"}