Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.17 KB

README.md

File metadata and controls

61 lines (39 loc) · 2.17 KB

🔐 Random Password Generator

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.

clone or download

git clone https://github.com/prajyotzankar/password-generator-react.git

Project Status

Hosted on Netlify : https://passwordnest.netlify.app/

Netlify deploy status

Netlify Status

Super-Linter Status

GitHub Super-Linter

Client-side usage(PORT: 3000)

$ 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 Video

project_demo_full.mp4

Standard

JavaScript Style Guide

BUGs or comments

Create new Issues (preferred)

Email Me: zankarprajyotsushil@gmail.com (welcome, say hi)

Author

Prajyot Zankar

License

License: MIT