gitextract_z3xzu323/ ├── .dockerignore ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ ├── master_push.yml │ └── pull_request.yml ├── .gitignore ├── .husky/ │ └── pre-commit ├── .prettierrc.json ├── Dockerfile ├── LICENSE.md ├── Makefile ├── README.md ├── package.json ├── public/ │ ├── index.html │ ├── manifest.json │ └── robots.txt └── src/ ├── App.js ├── components/ │ ├── Settings.js │ ├── SourceSerif4-Semibold.otf │ ├── WifiCard.js │ └── style.css ├── i18n.js ├── index.js ├── style.css └── translations.js