This Password Generator project was inspired by a YouTube video and created as a practice exercise using JavaScript.
You can access the live site here.
- Generates random passwords with a combination of uppercase letters, lowercase letters, numbers, and symbols.
- Allows users to copy the generated password to the clipboard.
- Simple and intuitive user interface.
- Visit the live site here.
- Click on the "Generate Password" button to generate a random password.
- The generated password will appear in the input field.
- Optionally, click on the copy icon next to the input field to copy the password to the clipboard.
- HTML
- CSS
- JavaScript
To run the project locally, follow these steps:
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser.
- YouTube video for inspiring this project.
- Render for hosting the live site.
Princewill Onyekah