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

https://github.com/vladiantio/passgen

Generador de contraseñas
https://github.com/vladiantio/passgen

credential generator password password-generator random-generation

Last synced: 3 months ago
JSON representation

Generador de contraseñas

Awesome Lists containing this project

README

          

Logo

# PassGen

Esta es una recreación del [Generador de contraseñas de LastPass](https://www.lastpass.com/features/password-generator).

[¡Visita el sitio aquí!](https://vladiantio.github.io/passgen)

![Deployment](https://github.com/vladiantio/passgen/actions/workflows/deploy.yml/badge.svg)

![screenshot](https://github.com/user-attachments/assets/c4a0e6a4-6b26-41f4-bffc-e878228f729c)

## ⚡ ¿Cómo ejecutar localmente?

```bash
git clone https://github.com/vladiantio/passgen.git
cd passgen
npm install
npm start
```