- Open up
chrome://extensions
- Click
developer mode
in the top right - Now click
Load unpacked extension…
and select the extension’s directory.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
- Add options "Easy to say", "Easy to read" and "All characters" to generate the password
- Add checkboxes (inclusive) for the attributes (lowercase, uppercase, numbers, and special characters)
- Add an input to explicitly exclude certain characters
- Add Context API to ease the flow of state between the components
- Fix style of the password box
- Add module to calculate password with jest tests
- Add a tooltip functionality for the following info on the radiobuttons
- Easy to say: Avoid numbers and special characters
- Easy to read: Avoid ambiguous values such as 1, l, 0, O
- All characters: Any character combination
- Add button to copy to clipboard