https://github.com/password-generator/password-generator-web
🔑 Generate good customizable passwords
https://github.com/password-generator/password-generator-web
customizable-passwords docker hacktoberfest password password-generator react security-tools site typescript
Last synced: 3 months ago
JSON representation
🔑 Generate good customizable passwords
- Host: GitHub
- URL: https://github.com/password-generator/password-generator-web
- Owner: password-generator
- License: mit
- Created: 2020-05-12T16:55:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T05:16:55.000Z (8 months ago)
- Last Synced: 2025-04-12T20:53:05.049Z (3 months ago)
- Topics: customizable-passwords, docker, hacktoberfest, password, password-generator, react, security-tools, site, typescript
- Language: TypeScript
- Homepage: https://password-generator-web.netlify.app
- Size: 518 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/password-generator/password-generator-web)
[](https://app.netlify.com/sites/password-generator-web/deploys)
[](LICENSE.md) [](https://github.com/password-generator/password-generator-web/commits/)  [](https://github.com/password-generator/password-generator-web/issues) 
[](https://github.com/password-generator/password-generator-web/network/members) [](https://github.com/password-generator/password-generator-web/stargazers) [](https://github.com/password-generator/password-generator-web/watchers)
Welcome to password-generator-web 👋
🚧 password-generator-web in production... 🚧
> Generate good customizable passwords
Screenshots
### 🔖 Table Of Contents
- 🤔 [How To Use](#how-to-use)
- 🚀 [Technologies](#technologies)
- 🌱 [Minimal Requirements](#minimal-requirements)
- 🎊 [Features](#features)
- 🎇 [Finished](#features-finished)
- 🎆 [Pendent](#features-pendent)
- 💡 [How To Contribute](#how-to-contribute)
- 🤗 [Contributors](#contributors)
- 👤 [Author](#author)
- 🔏 [License](#license)---
🤔 How To Use
### Using node
#### Install Dependencies
```bash
npm install
```
or,
```bash
yarn
```#### Run Aplication
```bash
npm start
```
or,
```bash
yarn start
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### Run tests
```bash
npm run cypress-open
```
or,
```bash
yarn cypress-open
```### Using docker
#### Create Containers
```bash
sh ./scripts/docker-compose-setup.sh
```#### Run Aplication
```bash
sh ./scripts/start-server.sh
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.#### Run tests
```bash
sh ./scripts/run-tests.sh
```[Back To The Top](#title)
---
🚀 Technologies
- [React](https://reactjs.org/)
- [Cypress](https://cypress.io/)
- [Docker](https://www.docker.com/)[Back To The Top](#title)
---
🌱 Minimal Requirements
- NodeJS
- NPM/Yarn[Back To The Top](#title)
---
🎊 Features
🎇 Finished
- [x] Generate pronounceable passwords
- [x] Show password-strength
🎆 Pendent
[Back To The Top](#title)
---
💡 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!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
Check out the [contributing](./CONTRIBUTING.md) page to see the best places to file issues, start discussions and begin contributing.
[Back To The Top](#title)
---
🤗 Contributors
[Back To The Top](#title)
---
👤 Author
🤓 **password-generator **
- Github: [@password-generator](https://github.com/password-generator)
[Back To The Top](#title)
---
🔏 License
Copyright © 2020 [password-generator ](https://github.com/password-generator)
This project is licensed by [MIT License](https://api.github.com/licenses/mit).
[Back To The Top](#title)
---
_This README was generated with 💟 by [readme-template-generator](https://github.com/Mikael-R/readme-template-generator)_