Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 877 Bytes

File metadata and controls

52 lines (31 loc) · 877 Bytes

Random Password Generator

"Random Password Generator" is a free tool to generate a random password.

Features

  • Generate a random password
  • Several options for password constraint

Environment requirements

  • Node.js v18

Installation

  1. Clone the repository
git clone https://github.com/LoS-Light/RandomPasswordGenerator.git
  1. Move to the RandomPasswordGenerator directory
cd RandomPasswordGenerator
  1. Restore the dependencies
npm install
  1. Launch the application
npm run start

In your browser, open http://localhost:3000 to see the website.

Demo

https://pwgen.loslight.com

Screenshots

image

License

This project is licensed under the MIT License - see the LICENSE.md file for details