- Name: Ayodele Olalekan
- Email: lekanmedia@gmail.com
This is a Git Repo Getter App.
This App was built using React-native
You will need Node, the React Native command line interface, an android emulator or a connected device, Android Studio and good internet connection to run the app. For more information, checkout this Link.
Connect an android device to your machine and turn on USB debugging option, so as to be able to run the app on your device.
Launch a terminal or console in the project folder and install react-native-cli dependencies:
$ npm install react-native-clior
$ yarn add react-native-cli Once, it is installed, run this commands to install required dependencies on your local machine:
$ npm installor run yarn
$ yarnThe start the app:
$ npm startor run yarn
$ yarn startOnce the app fires up on your device, it will connect to github API and download repositories. By default, the app will download repositories from my account
To download repositories from other github accounts, change the "git_user" link in the package.json file to any github user.