Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.05 KB

File metadata and controls

44 lines (27 loc) · 1.05 KB

Introduce

This website is created using Node.js and Express.js. Users can generate a random password by specifying its length and selecting options like lowercase, uppercase, numbers, symbols, and excluding certain characters. Once a password is successfully generated, users can click the 'Copy' button to copy it. To return to the homepage, simply click 'Strong Random Password' link in the lower right corner.Hope you can have a great user experience!

Demo

Features

  • Users can generate a random password by specifying its length and selecting options like lowercase, uppercase, numbers, symbols, and excluding certain characters
  • Users can retrun to the homepage by clicking 'Strong Random Password' link

Installing

1.Clone the repository

git clone https://github.com/TheyCallMeAndyBro/RandomPassword.git

2.Move to file

cd RandomPasswordGenerator

3.Install npm packages

npm install

4.Launch the website

npm start

5.Stop

ctrl + c