Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.31 KB

File metadata and controls

52 lines (36 loc) · 1.31 KB

🔐 Password Generator

A simple and responsive Password Generator built using HTML, CSS, and JavaScript. This tool allows users to generate secure passwords with customizable options like length, numbers, and special characters.


🚀 Features

  • 🔒 Generate strong and secure passwords
  • 📏 Adjustable password length using range slider
  • 🔢 Include numbers option
  • 🔣 Include special characters option
  • 📋 One-click copy to clipboard
  • 📱 Fully responsive design

🧠 How It Works

  • The generated password is shown in a readonly input field
  • You can adjust password length using the range slider
  • There are two checkboxes:
    • Numbers → Includes digits (0-9) in password
    • Characters → Includes special symbols (!@#$%^&*)
  • Selecting any checkbox updates the password instantly
  • Click the Copy button to copy the password

🖼️ UI Components

  • 🔹 Readonly input field (to display password)
  • 🔹 Copy button
  • 🔹 Range slider (for length)
  • 🔹 Length indicator
  • 🔹 Checkboxes (Numbers & Characters)

🛠️ Tech Stack

  • HTML5
  • CSS3 (Responsive Design)
  • JavaScript

📂 Setup Instructions

git clone https://github.com/code-aadi/Password-Generator.git
cd password-generator