When register a website or a channel, it is a frustration to think of an appropriate password, so I build a tiny project to create a valid password to help out.
Check the option and type the character you do not want to show in your password.
- Node.js (v14.16.0 recommanded)
- GitBash or Cmder(Windows) / Terminal (Mac)
- Open your terminal, then clone the repo to your local.
git clone https://github.com/lcy101u/password_generator.git
- Move to repo directory.
cd password_generator
- Install dependencies.
npm install
- Start Express server in Node.js
npm run start
OR Start Express server in dev mode (By Nodemon)
npm run dev
- Connect to http://localhost:3000
- To quit from server
ctrl + c
- Node.js (14.16.0)
- Express (4.17.1)
- Express-handlebars (5.3.4)
- Bootstrap (4.6)
- font-awesome (5.8.1)