PasswordGenerator A Simple Web App for Hash Generation with Parameters
:locked_with_key: Hash Generator :locked_with_key: - A simple project developed during training using pure JavaScript, HTML, and CSS, along with Webpack and Babel. :sparkles: Completed :sparkles:
Features :newspaper:
- Hash Generation
- Unit Testing (with refactoring of the hash generation to ensure each function is called exactly once in random positions) :game_die:
How to Run
Check the web version of the project here. Before getting started, you'll need to have the following tools installed on your computer:
- Git
- Node.js (npm)
- An editor like VSCode is recommended for code handling.
Installation Steps
- Clone the project to your machine:
$ git clone https://github.com/Gustavo-Henrique-br/passwordgenerator.git
- Install the dependencies:
$ yarn install
or
$ npm install
84.05KB
文件大小:
评论区