A simple web application that generates passwords.
Coming up with secure passwords is a pain, so I created a simple applicaiton that generates one from a series of prompts. I learned about an algorithm to randomly shuffle the elements of an array in-place: The Fisher-Yates shuffle.
Navigate to the deployed application. Click the generate password button and follow the prompts.
- Typescript
- Webpack
- HTML
- CSS
