You can create strong passwords with our random password generator for all your online accounts. Mix uppercase and lowercase letters, numbers, and symbols for your security. This app is built using React.js. Live preview is available on Netlify.
- As a user I can see a randomly generated password on page load
- As a user I can change the length of the generated password
- As a user I can include/exclude uppercase letters, lowercase letters, numbers, and symbols
- As a user I can see a new password whenever I make a change in my settings
- As a user I can click on a button to copy the password to clipboard without selecting it first
- As a user I can come back to the page at any time and generate new passwords with my previously used settings
- As a user I can see the strength of the generated password on a strength meter
- React.js library
- Cypress end to end testing framework
- Jest testing framework
- Enzyme JavaScript testing utility
- ESLint linter
The project uses CircleCI to run the e2e and unit tests every time a new commit is pushed to GitHub. CircleCI also builds the app and deploys it to Netlify after successful tests, so the latest updates are always available here.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode. You can 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.
Launches the test runner in the interactive watch mode.
Launches the test runner in the interactive watch mode.
Starts a development server and runs Cypress tests.
Runs unit tests, starts a development server, and runs e2e tests.
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!