Skip to content

codesect/cs01-team-ada-04

Repository files navigation

🔒 Password Generator 🔒
(CS01 Team Ada 04)

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.

User Stories

  • 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

Challenges

  • 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

Tools Used

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.

Install and Build

In the project directory, you can run:

npm start

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.

npm run lint

Launches the test runner in the interactive watch mode.

npm run test:unit

Launches the test runner in the interactive watch mode.

npm run test:e2e

Starts a development server and runs Cypress tests.

npm test

Runs unit tests, starts a development server, and runs e2e tests.

npm run build

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!

Contributors

About

Password generator with React.js | CodeSect team project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published