This project is a simple Random Password Generator built with HTML, CSS, and JavaScript. It allows users to generate passwords of varying lengths using a range input and displays the generated password in a text field.
You can view the live demo of the Random Password Generator here.
The source code for this project is available on GitHub.
- Generate Password: Click the button to generate a password based on the selected length.
- Adjust Length: Use the range input to select the desired length of the password (from 0 to 40 characters).
- Responsive Design: The app is designed to be responsive and work on various screen sizes.
- Open the application in your browser.
- Use the range slider to adjust the length of the password.
- Click the "Generate Password" button to create a new password.
- The generated password will be displayed in the text field.
index.html: The main HTML file that defines the structure of the page.style.css: The CSS file for styling the page and elements.script.js: The JavaScript file that contains the logic for generating passwords and updating the range value.