Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 844 Bytes

File metadata and controls

22 lines (13 loc) · 844 Bytes

GitHub deployments

passworderator

A simple web application that generates passwords.

Description

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.

Usage

Navigate to the deployed application. Click the generate password button and follow the prompts.

screenshot

Technology

  • Typescript
  • Webpack
  • HTML
  • CSS