https://github.com/fernanda-kipper/login-page
Login App Sample
https://github.com/fernanda-kipper/login-page
angular angular-17 authentication
Last synced: 9 months ago
JSON representation
Login App Sample
- Host: GitHub
- URL: https://github.com/fernanda-kipper/login-page
- Owner: Fernanda-Kipper
- Created: 2024-03-21T13:24:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T21:17:55.000Z (over 1 year ago)
- Last Synced: 2025-04-30T17:55:16.969Z (9 months ago)
- Topics: angular, angular-17, authentication
- Language: TypeScript
- Homepage: https://youtu.be/6qbuuPM_de4
- Size: 401 KB
- Stars: 64
- Watchers: 2
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[TYPESCRIPT__BADGE]: https://img.shields.io/badge/typescript-D4FAFF?style=for-the-badge&logo=typescript
[ANGULAR__BADGE]: https://img.shields.io/badge/Angular-red?style=for-the-badge&logo=angular
Login Page example in Angular 💻
![angular][ANGULAR__BADGE]
![typescript][TYPESCRIPT__BADGE]
About •
Getting Started •
App Routes •
Collaborators •
Contribute
📌 About
This 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.
🚀 Getting started
Here you describe how to run your project locally
Prerequisites
Here you list all prerequisites necessary for running your project. For example:
- [NodeJS](https://github.com/)
- [Git 2](https://github.com)
- [Angular CLI](https://angular.io/cli)
Cloning
How to clone your project
```bash
git clone https://github.com/Fernanda-Kipper/login-page.git
```
Starting
How to start your project
```bash
cd project-name
npm run start
```
📍 Application Routes
Here you can list the main routes of your API, and what are their expected request bodies.
| route | description
|----------------------|-----------------------------------------------------
| /signup | Page to sign up
| /login | Page to login
| /user | Protected page that only logged in users can access
📫 Contribute
1. `git clone https://github.com/Fernanda-Kipper/text-editor.git`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!
Documentations that might help
[📝 How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)
[💾 Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)