👋
Welcome to password-generator-web
🚧
password-generator-web in production...
🚧
Generate good customizable passwords
🔖
Table Of Contents
-
🤔 How To Use -
🚀 Technologies -
🌱 Minimal Requirements -
🎊 Features -
💡 How To Contribute -
🤗 Contributors -
👤 Author -
🔏 License
🤔
How To Use
Using node
Install Dependencies
npm install
or,
yarn
Run Aplication
npm start
or,
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Run tests
npm run cypress-open
or,
yarn cypress-open
Using docker
Create Containers
sh ./scripts/docker-compose-setup.sh
Run Aplication
sh ./scripts/start-server.sh
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Run tests
sh ./scripts/run-tests.sh
🚀
Technologies
🌱
Minimal Requirements
- NodeJS
- NPM/Yarn
🎊
Features
🎇
Finished
- Generate pronounceable passwords
🎆
Pendent
- Show password-strength
💡
How To Contribute
- 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!
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
🤗
Contributors
👤
Author
- Github: @password-generator
🔏
License
Copyright © 2020 password-generator [email protected]
This project is licensed by MIT License.
This README was generated with