A simple iOS and Android app that allows you to search for repositories on GitHub using the GitHub API. The app is built using React Native and TypeScript.


- Clone repo:
git clone https://github.com/nayemalam/GithubRepoSearchApp.git
- cd into folder
cd GithubRepoSearchApp
- Install dependencies:
yarn # or yarn install
- You need to have a GitHub authentification token to use the app, create a
.env
file in the root of the project and add your GitHub token like this:
EXPO_PUBLIC_ACCESS_TOKEN=your_github_token_here
- Run the app:
yarn start
- Open the app in your emulator or device.
- Search for repositories on GitHub.