Password-Generator

🔐 Password Generator

A simple, fast, and secure Password Generator built using HTML, CSS, and JavaScript. It allows users to generate strong passwords based on selected criteria like uppercase, lowercase, numbers, and symbols.

🚀 Live Demo

👉 https://aryan-494.github.io/Password-Generator/

📸 Preview

image

✨ Features

Generate random secure passwords

Control password length using slider

Choose from:

Uppercase letters

Lowercase letters

Numbers

Symbols

Password strength indicator

One-click copy to clipboard

Clean and responsive UI

🛠 Tech Stack

HTML – Structure

CSS – Styling & layout

JavaScript – Logic & interactivity

📂 Project Structure Password-Generator/ │ ├── index.html ├── style.css ├── script.js └── copy.svg

🧠 How It Works

Select the desired password length

Choose which characters to include

Click Generate Password

Check the strength indicator

Copy and use your password

📌 Why this project?

This project was built to practice:

DOM manipulation

Event handling

Random value generation

UI logic and state handling

It also demonstrates how to build and deploy a complete front-end application.

📄 License

This project is open-source and free to use.