Skip to content

ans-4175/password-ga

Repository files navigation

Password GA

Quick Start

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

Scraping words

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

Contributing

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.

Tech behind this app

You can learn more about tech stacks that we used by visiting their documentations.