https://github.com/kaf-lamed-beyt/password-strenght
https://github.com/kaf-lamed-beyt/password-strenght
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaf-lamed-beyt/password-strenght
- Owner: kaf-lamed-beyt
- Created: 2019-10-08T08:53:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T14:26:08.000Z (about 5 years ago)
- Last Synced: 2025-04-06T05:52:13.685Z (about 1 month ago)
- Language: CSS
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# password-strenght
# Description
- This is an app based on javascript's validation process used to check for the strenght of a password that a user types in.
- An indicator is placed in the pasword field to let the user know the strenght of his/her password.
- I'd be adding some other functionalities to it also.# Wanna Contribute? follow these steps
- Clone the repository or fork it, either way you'll stiil get the same result.
```git
git clone https://github.com/Caleb335/password-strenght.git
```
- Add the repository as the remote upstream.
```git
git remote add upstream https://github.com/Caleb335/password-strenght.git
```
- Make your changes, commit them.
```git
git commit -m "your message"
```
- Push your codes and make your pull requests.
```git
git push -u origin master
```