If you want to contribute to this project, please fork this repository.
cd password-ga
git checkout main
yarn
yarn start
Open at localhost:3000
Look for files in
src/App.js
libs/password-ga.js
To populate the list of words, we are using a scraper on http://kateglo.com. The scraper script can be found here: ./scripts/scraper.js. To run the scraper, do this in the root project:
node scripts/scraper.js
If you would like to help us with this project you can learn about our initiative from twitter. Before you contribute to this project, please make sure to read our CONTRIBUTING file.
You can learn more about tech stacks that we used by visiting their documentations.