Skip to content

gmarav05/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Random Password Generator

A simple web app that generates strong, random passwords instantly — so you never have to use an insecure password again.

Generates a alphanumeric password with special characters.

It contains around 16-17 characters.

Built with simple HTML5, CSS3 and Vanilla JavaScript.

Video

password-generator-demo.mov

Features

  • Generates secure random passwords.

  • Click on any password to copy it to the clipboard.

  • Clean and minimal UI with a modern design.

Learnings

  • How to use math.random function and math.floor to get whole numbers.
  • How to add functionality to copy to clipboard using JavaScript.
  • How to Set timeout in JavaScript.
  • How to manipulate textcontent of elements in document.

Live demo

View Live :)

About

A simple web app that generates strong, random passwords instantly — so you never have to use an insecure password again.

Resources

Stars

Watchers

Forks