{"id":20008397,"url":"https://github.com/fernanda-kipper/login-page","last_synced_at":"2026-03-17T20:09:43.670Z","repository":{"id":230100049,"uuid":"775481910","full_name":"Fernanda-Kipper/login-page","owner":"Fernanda-Kipper","description":"Login App Sample","archived":false,"fork":false,"pushed_at":"2024-04-28T21:17:55.000Z","size":411,"stargazers_count":76,"open_issues_count":0,"forks_count":24,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-25T13:01:00.087Z","etag":null,"topics":["angular","angular-17","authentication"],"latest_commit_sha":null,"homepage":"https://youtu.be/6qbuuPM_de4","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/Fernanda-Kipper.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}},"created_at":"2024-03-21T13:24:55.000Z","updated_at":"2025-12-11T18:28:43.000Z","dependencies_parsed_at":"2024-03-27T21:28:12.131Z","dependency_job_id":"0a9330ba-d763-493b-9caa-d5f3fa72ee37","html_url":"https://github.com/Fernanda-Kipper/login-page","commit_stats":null,"previous_names":["fernanda-kipper/login-page"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fernanda-Kipper/login-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Flogin-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Flogin-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Flogin-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Flogin-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fernanda-Kipper","download_url":"https://codeload.github.com/Fernanda-Kipper/login-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernanda-Kipper%2Flogin-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30630184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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","angular-17","authentication"],"created_at":"2024-11-13T07:09:49.016Z","updated_at":"2026-03-17T20:09:43.653Z","avatar_url":"https://github.com/Fernanda-Kipper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[TYPESCRIPT__BADGE]: https://img.shields.io/badge/typescript-D4FAFF?style=for-the-badge\u0026logo=typescript\n[ANGULAR__BADGE]: https://img.shields.io/badge/Angular-red?style=for-the-badge\u0026logo=angular\n\n\u003ch1 align=\"center\" style=\"font-weight: bold;\"\u003eLogin Page example in Angular 💻\u003c/h1\u003e\n\n![angular][ANGULAR__BADGE]\n![typescript][TYPESCRIPT__BADGE]\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e • \n \u003ca href=\"#started\"\u003eGetting Started\u003c/a\u003e • \n  \u003ca href=\"#started\"\u003eApp Routes\u003c/a\u003e • \n  \u003ca href=\"#colab\"\u003eCollaborators\u003c/a\u003e •\n \u003ca href=\"#contribute\"\u003eContribute\u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./.github/login.png\" alt=\"Image Example\" width=\"400px\"\u003e\n\u003c/p\u003e\n\n\u003ch2 id=\"started\"\u003e📌 About\u003c/h2\u003e\n\nThis project is a simple Login and Sign Up app developed during [my youtube video](https://youtu.be/6qbuuPM_de4) to demonstrate how to create  Angular apps with authentication and integrate with backend.\n\n\u003ch2 id=\"started\"\u003e🚀 Getting started\u003c/h2\u003e\n\nHere you describe how to run your project locally\n\n\u003ch3\u003ePrerequisites\u003c/h3\u003e\n\nHere you list all prerequisites necessary for running your project. For example:\n\n- [NodeJS](https://github.com/)\n- [Git 2](https://github.com)\n- [Angular CLI](https://angular.io/cli)\n\n\u003ch3\u003eCloning\u003c/h3\u003e\n\nHow to clone your project\n\n```bash\ngit clone https://github.com/Fernanda-Kipper/login-page.git\n```\n\n\u003ch3\u003eStarting\u003c/h3\u003e\n\nHow to start your project\n\n```bash\ncd project-name\nnpm run start\n```\n\n\u003ch2 id=\"routes\"\u003e📍 Application Routes\u003c/h2\u003e\n\nHere you can list the main routes of your API, and what are their expected request bodies.\n​\n| route               | description                                          \n|----------------------|-----------------------------------------------------\n| \u003ckbd\u003e/signup\u003c/kbd\u003e     | Page to sign up\n| \u003ckbd\u003e/login\u003c/kbd\u003e     | Page to login\n| \u003ckbd\u003e/user\u003c/kbd\u003e     | Protected page that only logged in users can access\n\n\u003ch2 id=\"contribute\"\u003e📫 Contribute\u003c/h2\u003e\n\n1. `git clone https://github.com/Fernanda-Kipper/text-editor.git`\n2. `git checkout -b feature/NAME`\n3. Follow commit patterns\n4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!\n\n\u003ch3\u003eDocumentations that might help\u003c/h3\u003e\n\n[📝 How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)\n\n[💾 Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Flogin-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernanda-kipper%2Flogin-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernanda-kipper%2Flogin-page/lists"}