The app can generate pseudo-random passwords using parameters like password length, including letters, capital letters, numbers, special characters, and exclude duplicates. Features Copy to Clipboard action and History panel for generated passwords.
git clone https://github.com/prajyotzankar/password-generator-react.git
Hosted on Netlify : https://passwordnest.netlify.app/
$ npm i // npm install packages
$ npm start // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
$ npm run start // this will run the files in docs, this behavior is exactly the same how gh-pages will run your static site
project_demo_full.mp4
Create new Issues (preferred)
Email Me: zankarprajyotsushil@gmail.com (welcome, say hi)