Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 401 Bytes

Password Generator

Description

This app generates a random password based on the user's selected password length and any combination of the following character types:

  • Lowercase letters
  • Uppercase letters
  • Numbers
  • Special characters

It performs validation of all form fields and issues user-friendly alerts when an error is found. It also sets focus to the input field needing correction.