An open API service indexing awesome lists of open source software.

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

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


Image Example

📌 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)