Based on my own boiletplate code
App features:
- Search github username, return exact matching user profile and list of other users with matching usernames
- See profile name, handle, follower/following count and their bio
- Tap on search result to see full info - bio, company etc
- View on GitHub (jump to web browser)
To run app:
- Clone app and run
yarn install cd iosand runpod install- Generate Github Personal Access Token (PAT), copy and paste PAT in
src/constants/valuesundergithubPAT - run
yarn iosfor iOS Simulator oryarn androidfor Android Emulator
