An online tool built with React to generate random password strong that consists characters, numbers, and symbols.
It generates a random string each time you click on the Generate button. Also, it allows to copy the generated password to the Clipboard.
In this demo, following concepts are used.
- Components
- Redux
This tool uses following third-party libraries.
- rc-slider - for range slider
- rc-checkbox - for fancy checkbox
- copy-to-clipboard - for copy to clipboard functionality
- react-toastify - for a fancy toast message
To install it on your local server, clone this repository and run npm install
. Once the installation is completed,
run npm start
for a dev server. Navigate to http://localhost:3000/
.
This project was bootstrapped with Create React App.