Angular Check Password App
Get Started
If you want to see the project without deploying it locally, you can follow this link to GitHub Pages: https://georgedeyneka.github.io/AngularCheckPassword/
So, if you want to look at the project's code and deploy it, follow the steps below in the "Installation" section.
Installation
- Clone the repo
git clone https://github.com/GeorgeDeyneka/AngularCheckPassword.git
- Install NPM packages
npm install
- Run this command for a dev server. Navigate to
http://localhost:4200/. The application will automatically reload if you change any of the source files.
ng serve -o
About project
This is a simple password complexity checker app. However, it is noteworthy that I used Reactive Forms and also optimized it with RxJS.
This application was a good practice for creating custom validation as well as streamlining application form input.
In the future, perhaps, the function of saving and displaying user-created combinations on the page will be added.
Built With
Usage
Main Page
Tooltip
Simple password
Middle password
Strong Password
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are .