Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 602 Bytes

PassGen

PassGen is a website that generates random passwords, This project was bootstrapped with Create React App.

try demo by clicking the button below

Installation and Setup

To install the required packages, run the following command:

npm install

To start the project, run the following command:

npm start

To build the project, run the following command:

npm run build