https://github.com/leomssilva/passwordgenerator
:closed_lock_with_key: :shield: This project contains a password generator developed while studying javaScript. It aims to deepen my knowledge and generate something useful while I study.
https://github.com/leomssilva/passwordgenerator
css3 generator html5 javascript nodejs password password-generator webapp webpack
Last synced: 2 months ago
JSON representation
:closed_lock_with_key: :shield: This project contains a password generator developed while studying javaScript. It aims to deepen my knowledge and generate something useful while I study.
- Host: GitHub
- URL: https://github.com/leomssilva/passwordgenerator
- Owner: LeoMSSilva
- License: mit
- Created: 2021-03-29T01:37:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-10T00:57:11.000Z (9 months ago)
- Last Synced: 2025-10-21T16:59:26.871Z (8 months ago)
- Topics: css3, generator, html5, javascript, nodejs, password, password-generator, webapp, webpack
- Language: JavaScript
- Homepage:
- Size: 575 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Password Generator
[](https://github.com/LeoMSSilva)
[](https://github.com/LeoMSSilva)
[](#)
[](https://github.com/LeoMSSilva/passwordGenerator.js/stargazers)
[](https://github.com/LeoMSSilva/passwordGenerator.js/network/members)
[](https://github.com/LeoMSSilva/passwordGenerator.js/graphs/contributors)
---
# :pushpin: Table of Contents
- :house: [About](#house-about)
- :dart: [Installation](#dart-installation)
- :gear: [Install dependencies](#hammer_and_wrench-install-dependencies)
- :rocket: [Getting started](#rocket-getting-started)
- :computer: [Techs](#computer-techs)
- :bust_in_silhouette: [Author](#bust_in_silhouette-author)
- :handshake: [Contributing](#handshake-contributing)
- :scroll: [License](#scroll-license)
---
# :house: About
This project contains a password generator developed while studying **javaScript**.
I used **node** to manage dependencies and **webpack** to automate the build application.
It aims to deepen my knowledge and generate something useful while I study.
---
# :dart: Installation
**First you need to install:**
- [Node.js](https://pt-br.nodejs.org/) (required)
- [Pnpm](https://pnpm.io/pt/) (optional)
**Then in order, clone the project.**
By HTTPS, running this command:
```bash
git clone https://github.com/LeoMSSilva/passwordGenerator.git
```
Or by ssh, running this command:
```bash
git clone git@github.com:LeoMSSilva/passwordGenerator.git
```
SSH is a secure protocol, but you need to register a key ssh in your github before.
---
## :hammer_and_wrench: Install dependencies
```bash
pnpm install
```
---
## :rocket: Getting Started
To run it, use in the terminal:
```bash
pnpm start
```
And open the browser at: [link](http://localhost:8080)
---
# :computer: Techs
- Javascript
- Node
- Webpack
---
# :bust_in_silhouette: Author
**LeoMSSilva**
- Github: [@LeoMSSilva](https://github.com/LeoMSSilva)
- LinkedIn: [@LeoMSSilva](https://linkedin.com/in/LeoMSSilva)
---
# :handshake: Contributing
Contributions, issues and feature requests are welcome! Feel free to **file a new issue** on the [passwordGenerator](https://github.com/LeoMSSilva/passwordGenerator/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**!
---
# :scroll: License
Copyright :copyright: 2022 [LeoMSSilva](https://github.com/LeoMSSilva).
This project is [MIT](https://github.com/LeoMSSilva/passwordGenerator/blob/main/LICENSE) licensed.
---