Skip to content

NazishRahmani/Password-Generator.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Password Generator

GitHub stars GitHub forks GitHub license Status Tech

A secure, customizable, and responsive Password Generator built with vanilla JavaScript.
Designed with clean UI, real-time strength feedback, and usability in mind.

👉 Live Demo: https://password-generator-github-io.vercel.app/


✨ Features

  • 🔢 Adjustable password length (1–20)
  • 🔠 Include Uppercase & Lowercase letters
  • 🔢 Include Numbers
  • 🔣 Include Symbols
  • 📊 Real-time password strength indicator
  • 📋 One-click copy to clipboard
  • 📱 Fully responsive (mobile-first)

🧠 Password Strength Logic

Password strength is calculated based on:

  • Number of selected character types
  • Password length
Strength Conditions
🟢 Strong More character types + longer length
🔴 Weak Fewer types or short length

🖥️ Tech Stack

  • HTML5 – Semantic structure
  • CSS3 – Responsive UI & animations
  • JavaScript (ES6) – Password logic & DOM handling
  • Font Awesome – Icons

About

A responsive and secure password generator built with HTML, CSS, and JavaScript featuring real-time strength indication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors