/only-pass

Password Generator. Built with React and hooks.

Primary LanguageJavaScript

OnlyPass - Password Generator

Generate passwords based on certain characteristics selected by the user.

User Stories

  • User can select the length of the generated password
  • User can select one or multiple of the following: Include uppercase letters, Include lowercase letters, Include numbers, Include symbols
  • By clicking the Generate password button, the user can see a password being generated
  • User can click a Copy to clipboard button which will save the password to the clipboard

Bonus features

  • Use can see the password strength

Useful links and resources

Example projects

Screenshot

OnlyPass - screeenshot

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.