Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 624 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 624 Bytes

Password Generator

This is a simple password generator that generates a password of a given length.

Setup

  1. First of all install git on your computer.

  2. Then clone the repository using the following command:

git clone https://github.com/MSCKIIT/Password-Generator
  1. Open the folder in vs code.

  2. Install the Live Server Extension.

  3. Right click on the index.html file and click on "Open with Live Server".

  4. You can now see the website running on your browser at http://localhost:5500/