A utility web application that generates secure random passwords. Built as part of Scrimba's JavaScript module solo project.
- Generate two random passwords simultaneously
- Customize password length (15-64 characters)
- Copy passwords to clipboard with a single click
- Visual feedback when password is copied
- Responsive design following Figma specifications
The generator includes:
- Uppercase letters (A-Z)
- Lowercase letters (a-z)
- Numbers (0-9)
- Special characters (~`!@#$%^&*()_-+={}[]|:;<>.?/)
- HTML
- CSS
- JavaScript
- Deployed on Netlify
- Built from scratch
- Generates two random passwords on button click
- Each password can be 15 characters long
- Configurable password length
- Copy-on-click functionality with visual feedback
- Clone the repository
git clone https://github.com/Elikyals/password-generator.git- Open
index.htmlin your browser
This project was built as part of Scrimba's JavaScript Course.

