"Random Password Generator" is a free tool to generate a random password.
- Generate a random password
- Several options for password constraint
- Node.js v18
- Clone the repository
git clone https://github.com/LoS-Light/RandomPasswordGenerator.git
- Move to the RandomPasswordGenerator directory
cd RandomPasswordGenerator
- Restore the dependencies
npm install
- Launch the application
npm run start
In your browser, open http://localhost:3000 to see the website.
This project is licensed under the MIT License - see the LICENSE.md file for details
