Skip to content

git-hub-user1/Password-Generator-Javascript-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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 git@github.com: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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published