Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 598 Bytes

Password Generator built with JavaScript + Webpack

This project is a password generator that creates passwords with up to 20 characters. The user can choose to add lower case letters, upper case letters, numbers and symbols to each password.

Webpack was used to implement JavaScript module bundling.

Node.js modules (node_modules directory) were added to .gitignore

Project Website

https://elisa-amaral.github.io/Password-Generator/

Screenshot

Screenshot

Technology Stack

  • JavaScript
  • Node Package Manager (NPM)
  • Webpack (module bundler)
  • HTML
  • CSS