A password generator tool that creates random passwords based on selected character options and desired length.
- Supports uppercase, lowercase, numeric, and symbol characters.
- Lets the user control password length before generation.
- Generates passwords instantly in the browser with no backend.
- Good practice project for randomization and DOM form handling.
- HTML
- CSS
- JavaScript
- Clone or download this repository.
- Open index.html in your browser, or run the folder with VS Code Live Server.
- The generated passwords are created fully on the client side.
- This project is a straightforward utility app for local or portfolio demos.
Allah Ditta