Password generatorweb app

JavaScript

Screenshot of random password generator with dark theme.
GitHub Repo Live version

A sleek and functional password generator built with HTML, CSS, and JavaScript. The app features a responsive layout using Flexbox, dynamic styling powered by CSS variables, and vibrant gradient effects on hover. Passwords are generated using JavaScript’s Math() methods and arrays to ensure strong and secure combinations.

Interactive features, such as real-time password generation, are implemented with event listeners and onclick functions, while the output is dynamically displayed using `textContent`. This project demonstrates clean coding practices, user-focused design, and practical functionality for enhanced security."

Password generator was created as part of Scrimba's Frontend Developer Career Path program, with the design provided through a Figma file.

HTML CSS Javascript GitHub Desktop