Skip to content

alexscheitlin/web-password-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Validator

A live password validator with html and js

tool preview

Try it out here.

Contributing

  1. Fork the project.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am "Add some feature"
  4. Push your branch: git push origin my-new-feature
  5. Open a pull request.

Update Github Pages

  1. Make all the changes to the project and commit them.
  2. Copy all the files that should be deployed on GitHub Pages to the gh-pages folder.
  3. Create a pull request to merge your branch to the master branch.
  4. Use the following command to push the gh-pages folder to the gh-pages branch:
git subtree push --prefix gh-pages origin gh-pages

Note: Always edit the content of GitHub Pages within the gh-pages folder and then subtree push it to the gh-pages branch. Never just edit the files within the gh-pages branch!

Authors

License

This project is licensed under the MIT License.

About

A live password validator with html and js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published