Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elisa-amaral/password-generator

Password generator that adds lower case letters, upper case letters, numbers and symbols. Technology Stack: JavaScript, NPM, Webpack (module bundler), HTML, CSS.
https://github.com/elisa-amaral/password-generator

css html javascript module-bundler npm webpack

Last synced: 4 days ago
JSON representation

Password generator that adds lower case letters, upper case letters, numbers and symbols. Technology Stack: JavaScript, NPM, Webpack (module bundler), HTML, CSS.

Awesome Lists containing this project

README

        

# 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](Screenshot.jpg)

## Technology Stack

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