This is a Password Generator, an web app which is build on ReactJS which it helps you generate unique and strong passwords.
yarn install
this will install all the required dependencies using yarn in a node_module folder
yarn start
this will start the project in your local server. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.