Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 549 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 549 Bytes

strongpw.com

Description

strongpw.com

Built with React 18, Vite.

Generates a strong password in the following modes:

  • passphrase
    • 2 - 10 words
    • Capitalize and Numbers options
  • password
    • 11 - 100 characters
    • Symbols and Numbers options

All code runs client side. No logging or analytics.

Building code

  • npm i
  • npm run build

Local Development

  • npm run dev

Testing

  • npm run test
  • npm run test:coverage

Linting and Formatting Code with Autofix

  • npm run format