GitHunt an app to stay on top of what happens on GitHub in a way easy to practice and with a user experience!
Pages
Trendings Near to you Specific technologies
Below is what was used in the creation of this Project:
Find new repositories, track trends, see what's happening in the GitHub community
The file structure is as follows:
GitHunt
├── src/
│ ├── config/
│ │ └── ReactotronConfig.js
│ ├── components/
│ │ └── Repository/
│ │ └── index.js
│ │ └── styles.js
│ ├── images/
│ │ ├── GitHunt.png
│ ├── pages/
│ │ └── Main/
│ │ └── index.js
│ │ └── styles.js
│ ├── services/
│ │ └── api.js
│ │ └── realm.js
│ ├── index.js
│ └── routes.js
├── .editorconfig
├── .eslintrc.json
├── .gitignore
├── babel.config.js
├── dependencies.json
├── devDependencies.json
├── index.js
├── jsconfig.js
├── LICENSE
├── package.json
└── README.md