Skip to content

sprintcube/react-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.