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.
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
Use git clone "repository url"
and you can see the live preview or you see in the given below image Web Output
:
.
├── 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