Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 529 Bytes

File metadata and controls

24 lines (15 loc) · 529 Bytes

React Native Password Strength Meter


A nice UX input password strength meter.

This project shows how to build a password strength meter in React Native using the zxcvbn password strength estimation library and React Hooks.

Did this project for learning purposes.

Dependencies

    native-base: ^2.12.1
    react: 16.8.3
    react-native: 0.59.8
    zxcvbn: ^4.4.2