Skip to content

lfernandez79/pwdGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

141 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator Portal

GitHub repo size Netlify Status

A vanilla JavaScript webapp that generates secure random passwords based on user-selected criteria. Runs in the browser — no backend, no dependencies, no build step.

Features

  • Cryptographically secure generation via crypto.getRandomValues()
  • Adjustable length (8–30 characters)
  • Selectable character types: uppercase, lowercase, numbers, symbols
  • One-click copy to clipboard
  • 10-second auto-clear countdown
  • Accessible (ARIA live regions, labeled controls)
  • PWA-ready (Add to Home Screen on mobile)

Tech Stack

  • HTML5, CSS3, vanilla JavaScript (ES module)
  • Bootstrap 4.6.0 + Bootswatch theme
  • Font Awesome icons
  • Deployed on Netlify (auto-deploy from master)

Screenshots

Desktop Mobile

License

MIT

About

Re-new v2.0 Javascript web-app that creates a random password based on user-selected criteria.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors