Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.32 KB

File metadata and controls

25 lines (18 loc) · 1.32 KB

Random Password Generator

The password generator will generate dozens of random passwords made up of numbers, letters, and symbols that even the most skilled hackers will find difficult to guess.

Prerequisites

Things you need to get started:

  • Some necessory extentions, I used live server or you can download anyone similar to this for live preview on the marketplace.
  • A cool text editor, I recommend using VSCode
  • knowledge of HTML, CSS, JAVASCRIPT

How to setup this project!!

Use git clone "repository url" and you can see the live preview or you see in the given below image Web Output:

WebOutput

File structure
.
├── App                    # Application Source Code    
        ├── css            # Contains all CSS files   
        └── js             # Contains all JS files             
├── assets                 # Assets for readme and other files   
├── .gitignore             # Ignore files                     
└── README.md