Zoltw / password-generator

Generate your secure password in a single click.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate a secure password, customizing the length, characters and the numbers of passwords you want to generate.

Setting up development environment

Requirements:

  1. Clone the repository
git clone https://github.com/Zoltw/password-generator.git
  1. Install dependencies
npm ci
  1. In root directory, run the development server
npm run dev

Setting up production as chrome extension

Requirements:

  1. Clone the repository
git clone https://github.com/Zoltw/password-generator.git
  1. Install dependencies
npm ci
  1. In root directory, run the build script
npm run build
  1. Load the extension in chrome
  • Go to chrome://extensions/
  • Enable Developer mode
  • Click Load unpacked
  • Select the dist folder
  • Run the extension by clicking the puzzle icon


View of project in development environment and production as chrome extension might looks different.

About

Generate your secure password in a single click.

License:MIT License


Languages

Language:TypeScript 41.2%Language:Swift 22.3%Language:CSS 16.5%Language:JavaScript 11.7%Language:HTML 8.4%