Random Password Generator
A simple JavaScript project that generates a random password when the user clicks a button. The password is created using numbers, letters, and special characters.
🚀 Features
- Generates a random password
- Uses numbers and special characters
- Simple and beginner-friendly JavaScript
- Password appears instantly in the page
🧠 How It Works
- A list of characters is stored in an array.
- When the user clicks the Generate button, the
generatePass()function runs. - The function randomly selects characters from the array.
- A password with 9 characters is created.
- The generated password is displayed on the screen.
📦 Technologies Used
- HTML
- CSS
- JAVASCRIPT
- Clone the repository or download the files.
- Open the project in your browser.
- Click the Generate button.
- A random password will appear on the screen.
📄 License
This project is open-source and free to use.