Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

gladchinda/password-strength-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Strength Meter (React) Demo

You can checkout the full article on Scotch: Password Strength Meter in React.

This project contains a demo source code showing how to use the zxcvbn JavaScript library in a React application. Prior experience working with the React framework is required for complete understanding of the demo code. You can checkout the docs to learn more about React.

Here are screenshots of the demo React application:

Demo Application

Before you begin, make sure you have npm and node installed on your system. It is recommended that you use yarn instead of npm to run and manage the package. Follow this guide to install yarn on your system.

Once you have either yarn or npm installed, run the following commands to get started.

Note that this demo was bootstrapped using the create-react-app package. You can look through this extensive guide for the available scripts.

Using NPM

npm install
npm start

Using Yarn

yarn
yarn start

You can also get a live demo on Code Sandbox.

Edit password-strength-react

License

This package is covered by the MIT license. Below is a copy of the license (please read carefully).

MIT License

Copyright (c) 2018 Glad Chinda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A demo showing how to use the zxcvbn JavaScript library in a React application to create a simple password strength meter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published