Skip to content

Files

Latest commit

 

History

History

010-Password_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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