login-page icon indicating copy to clipboard operation
login-page copied to clipboard

Login App Sample

Login Page example in Angular 💻

angular typescript

AboutGetting StartedApp RoutesCollaboratorsContribute

Image Example

📌 About

This project is a simple Login and Sign Up app developed during my youtube video 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:

Cloning

How to clone your project

git clone https://github.com/Fernanda-Kipper/login-page.git

Starting

How to start your project

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

💾 Commit pattern