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.
cd
to the folder where this project is cloned.- Install all dependencies with
npm install
command. - Run the app in the development mode with
npm start
command. - Open the broswer and visit: http://localhost:4200/.