Skip to content

lcy101u/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

code style

Motivation

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.

Features

Check the option and type the character you do not want to show in your password.

teach.gif

Prerequisites

  1. Node.js (v14.16.0 recommanded)
  2. GitBash or Cmder(Windows) / Terminal (Mac)

Installation

  1. Open your terminal, then clone the repo to your local.
git clone https://github.com/lcy101u/password_generator.git
  1. Move to repo directory.
cd password_generator
  1. Install dependencies.
npm install

Execution

  1. Start Express server in Node.js
npm run start

OR Start Express server in dev mode (By Nodemon)

npm run dev
  1. Connect to http://localhost:3000
  2. To quit from server
ctrl + c

Dev tools

  • Node.js (14.16.0)
  • Express (4.17.1)
  • Express-handlebars (5.3.4)
  • Bootstrap (4.6)
  • font-awesome (5.8.1)

Contributor

Young

About

Password Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published