A simple web application for generating password in some conditions including lowercase character, uppercase character, number and symbol.
- Input password length between 4 ~ 16
- Select at least one character set for password
- Remove some character from password optionally
- Click button to acquire specific password
1.Prepare node.js and npm first
2.Make sure in the directory and use local terminal :
npm install
3.Then,
npm run start
4.Application is running in
http://localhost:3000
5.Application can be paused by
ctrl + c
- Node.js 18.7.1
- Express 4.18.2
- Express Handlebars 7.1.2
