Generate good customizable passwords
- ๐ค How To Use
- ๐ Technologies
- ๐ฑ Minimal Requirements
- ๐ Features
- ๐ก How To Contribute
- ๐ค Contributors
- ๐ค Author
- ๐ License
npm install
or,
yarn
npm start
or,
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
npm run cypress-open
or,
yarn cypress-open
sh ./scripts/docker-compose-setup.sh
sh ./scripts/start-server.sh
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
sh ./scripts/run-tests.sh
- NodeJS
- NPM/Yarn
-
Generate pronounceable passwords
-
Show password-strength
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
๐ฎ Submit PRs to help solve issues or add features
๐ Find and report issues
๐ Star the project
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
๐ค password-generator passgenerator.org@gmail.com
- Github: @password-generator
Copyright ยฉ 2020 password-generator passgenerator.org@gmail.com
This project is licensed by MIT License.
This README was generated with ๐ by readme-template-generator