This small tool can generate random passwords based on the complexity you need.
- You can select the desired password length and include specific characters.
- You can use the "Copy" button to copy the generated password.
- Clone this repository in your terminal:
git clone https://github.com/brownishgreen/password-generator
- Navigate to the project directory in your terminal and run:
npm install
- After installation, start the server by running:
npm run start
- If you see the following message, the server is running successfully:
express server running on http://localhost:3000
- Open the following URL in your browser to use the application:
http://localhost:3000
- To stop the server, press:
Crtl+C
-Node.js @18.15.0
- express.js @4.21.0
- express-handlebars @8.0.1
- Bootstrap
Yuan WU
