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: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T02:33:28.000Z (8 months ago)
- Last Synced: 2024-12-31T00:23:51.586Z (5 months ago)
- Topics: css3, generator, html5, javascript, nodejs, password, password-generator, webapp, webpack
- Language: JavaScript
- Homepage:
- Size: 520 KB
- Stars: 0
- Watchers: 2
- 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 [email protected]: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.---