Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Vanilla JavaScript password generator web application using HTML Custom Elements.

License

Notifications You must be signed in to change notification settings

zielinsm/password-generator

Repository files navigation

Password Generator

Project screenshot

Vanilla JavaScript password generator web application using HTML Custom Elements.

Live demo on GitHub pages.


Features and details

  • Lightweight (~30kB total size) and fast
  • UI responds to any changes immediately
  • Easy to use - a "copy to clipboard" button
  • Fits most resolutions - suitable for mobile devices
  • Custom Webpack scripts for development and production builds

Usage and development

The app comes with two main scripts you can use to either build a final bundle or further develop the project.

Development server with live-reload feature can be initiated using npm start command. Creating production bundles is as easy as typing npm run build. These can be found in the /dist directory.


Notes

My main goal with this project was to get familiar with HTML Custom Elements and use them to build something useful. With this being said - this project isn't fully tested and it might not be the best idea to run it in a real-world environment.

About

Vanilla JavaScript password generator web application using HTML Custom Elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published