"Random Password Generator" is a free tool to generate a random password according to variable options.
- Generate a random password
- Several options for password constraint
- Node.js v18
- Clone the repository
git clone https://github.com/Ching0810/random_password_generator.git
- Move to the random_password_generator directory
cd random_password_generator
- Restore the dependencies
npm install
- Launch the application
npm run start
- In your browser, open http://localhost:3000 to see the website.

