Skip to content

Ardejob-community/Password-Strength-Indicator

Repository files navigation

Password Strength Indicator 💪🔒

A simple library to measure password strength with an intuitive ui feedback.

Quick demo:

Set Up The Dependency

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

    dependencies {
        
        implementation 'com.github.Ardejob:Password-Strength-Indicator:0.1.0'
        
    }

Contributing

Pull requests are welcome[Your work should go to the develop branch]. For major changes, please open an issue first to discuss what you would like to change.

License

Apache License