A password generator with options, built with Angular 13.
The web app is deployed to Vercel:
https://the-pw.vercel.app/

User can copy the generated password
- Clone or download this repository onto your local device.
cdto the folder where this project is cloned.- Install all dependencies with
npm installcommand. - Run the app in the development mode with
npm startcommand. - Open the broswer and visit: http://localhost:4200/.

