Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elisa-amaral/password-generator
- Owner: elisa-amaral
- Created: 2022-11-22T11:53:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T09:00:04.000Z (about 2 years ago)
- Last Synced: 2024-11-20T21:44:06.281Z (2 months ago)
- Topics: css, html, javascript, module-bundler, npm, webpack
- Language: JavaScript
- Homepage: https://elisa-amaral.github.io/Password-Generator/
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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