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!
- 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
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
