walidbosso / Angular-login

All in a responsive form, I applied some of what I learnt in Angular, the creation, components, modules, directives ngIf and ngStyle, Forms and Validation, FormGroup and FomBuilder.group...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-login

GitHub WidgetBox


Angular Responsive Login Form

This project demonstrates the creation of a responsive login form using Angular. It incorporates various Angular concepts, including components, modules, directives (ngIf and ngStyle), forms, and validation. The implementation involves the use of FormGroup and FormBuilder.group for efficient form management.

Topics Covered

  • CSS
  • Angular
  • TypeScript
  • Modules
  • Components
  • Directives (ngIf and ngStyle)
  • Forms and Validation
  • FormGroup
  • FormBuilder.group
  • Responsive Design
  • Login Form

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/Angular-login.git
  2. Navigate to the project directory:

    cd Angular-login
  3. Install dependencies:

    npm install
  4. Run the development server:

    ng serve
  5. Open your browser and navigate to http://localhost:4200/ to see the responsive login form in action.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

Issues

If you encounter any issues or have suggestions, please open an issue on the Issues page.

Thank you for exploring the Angular Responsive Login Form project! πŸš€


 
Β© by Walid BOUSSOU  πŸ‡²πŸ‡¦ πŸ˜„
 


πŸ‘ Thanks for the support

Stargazers

Stargazers repo roster for @walidbosso/Angular-login

Forkers

Forkers repo roster for @walidbosso/Angular-login

Contributors



GitHub last commit (by committer)

GitHub License

πš‚πš‘πš˜πš  πšœπš˜πš–πšŽ πŸ’™ πš‹πš’ πšœπšπšŠπš›πš›πš’πš—πš ⭐ πšπš‘πšŽ πš›πšŽπš™πš˜πšœπš’πšπš˜πš›πš’!


Back to top

About

All in a responsive form, I applied some of what I learnt in Angular, the creation, components, modules, directives ngIf and ngStyle, Forms and Validation, FormGroup and FomBuilder.group...

License:MIT License


Languages

Language:CSS 95.5%Language:HTML 3.6%Language:TypeScript 0.9%