Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 990 Bytes

File metadata and controls

28 lines (23 loc) · 990 Bytes

Password Generator 🔐

A customizable password generator that creates random, secure passwords based on your chosen length and character types.

Features

  • Adjustable password length (6–20 characters)
  • Toggle character types with checkboxes: uppercase letters, lowercase letters, numbers, and symbols
  • Generates a random password using the selected character sets
  • One-click Copy button to copy the password to your clipboard, with visual confirmation ("Copied!")
  • Alerts if no character type is selected, or if you try to copy before generating a password

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla) with the Clipboard API

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Set your desired length, check the character types you want included, click Generate Password, then Copy to copy it to your clipboard.

File Structure

Password_Generator/
├── index.html
├── style.css
└── script.js