CodeOath
← All challenges

Password Strength Meter

Medium
javascriptforms

Build a password input with a live strength meter below it — a bar that fills more and changes color as the password gets stronger, scored on more than just length (character variety too).

Check your work against

  • The meter updates live as the user types, not just on submit
  • At least 3 distinct strength levels are visually distinguishable by color
  • Scoring considers more than length (e.g. digits, mixed case, symbols)

There's no automated grading for UI challenges — self-check against this list, then compare with the solution preview.

Live preview