An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/password-generator/password-generator-web)

[![Netlify Status](https://api.netlify.com/api/v1/badges/91b65888-9e79-49e5-a794-9a7b555a7f13/deploy-status)](https://app.netlify.com/sites/password-generator-web/deploys)

[![License](https://img.shields.io/github/license/password-generator/password-generator-web?style=flat-square)](LICENSE.md) [![Last Commit](https://img.shields.io/github/last-commit/password-generator/password-generator-web?style=flat-square)](https://github.com/password-generator/password-generator-web/commits/) ![Language Most Used](https://img.shields.io/github/languages/top/password-generator/password-generator-web?style=flat-square) [![Implementations](https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square)](https://github.com/password-generator/password-generator-web/issues) ![Repository Size](https://img.shields.io/github/repo-size/password-generator/password-generator-web?style=flat-square)

[![Forks](https://img.shields.io/github/forks/password-generator/password-generator-web?style=social)](https://github.com/password-generator/password-generator-web/network/members) [![Stars](https://img.shields.io/github/stars/password-generator/password-generator-web?style=social)](https://github.com/password-generator/password-generator-web/stargazers) [![Watches](https://img.shields.io/github/watchers/password-generator/password-generator-web?style=social)](https://github.com/password-generator/password-generator-web/watchers)

Welcome to password-generator-web 👋

🚧 password-generator-web in production... 🚧

> Generate good customizable passwords

Screenshots

screenshot0

### 🔖 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

Mikael-R
mateushnsoares
wesleyburlani
RafaelGoulartB
filhodanuvem

[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)_