Skip to content

ishantbhurani/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator (Javascript)

Generate random passwords of different lengths and combinations (letters, mixed-case, punctuations, numbers)

Table of contents

Demo

Screenshots

strong password preview

strong password preview

password strength preview

copy password preview

Features

  • Random password generation
  • Password strength indication
  • Password length control
  • Password character choice
  • Copy password with one click
  • Letters selected by default if numbers unselected
  • Numbers selected by default if letters unselected
  • Mixed case disabled if letters unselected

Tech Stack

Client: HTML, CSS, Javascript

Font Reference

Color Reference

Color Hex
Background Color #1a202c #1a202c
Card Background Color #1a202c #1a202c
Accent Color #efc9a4 #efc9a4
Gray Color #d0d0d0 #d0d0d0
Green Color #57a855 #57a855
Red Color #f37b51 #f37b51

Run Locally

Clone the project

  git clone [email protected]:ishantbhurani/password-generator.git

Go to the project directory

  cd password-generator

Run index.html

  <browsername> index.html

E.g.

  firefox index.html
  google-chrome index.html

Credits

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published