GDaniel96 / password-generator

Password generator app

Home Page:https://gdaniel96.github.io/password-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

Frontendmentor.ai challenge project in which the users are able to:

  • Generate a password based on the selected inclusion options
  • Copy the generated password to the computer’s clipboard
  • See a strength rating for their generated password
  • Have a responsive design
  • See hover and focus states for all interactive elements on the page

The application was developed using HTML5, CSS3, vanilla JavaScript with a component based architecture, with Webpack serving as module bundler.

The password is generated by combining 4 variables that act as filters: Uppercase Characters, Lowercase Characters, Numbers Characters and Symbols, and a password length.

Tech Stack:

  • Javascript
  • Webpack
  • Github Pages

About

Password generator app

https://gdaniel96.github.io/password-generator/


Languages

Language:JavaScript 45.2%Language:CSS 30.2%Language:HTML 24.6%