This is a React app that generates a random password based on user-selected criteria.
- User can select the length of the password (between 4 and 20 characters)
- User can select whether to include lowercase letters, uppercase letters, numbers, and/or special characters
- User can copy the generated password to their clipboard
Click here to see the live demo of this app.
- Clone this repository
- Run
npm install
- Run
npm start
- Go to
http://localhost:3000/
in your browser.