Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.08 KB

Password Generator

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.

React Concepts

In this demo, following concepts are used.

  • Components
  • Redux

Libraries

This tool uses following third-party libraries.

Development server

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.