https://github.com/tonyz0x0/github-client-mobile
Github Mobile Client on Android and iOS in React Native
https://github.com/tonyz0x0/github-client-mobile
javascript react-native redux
Last synced: 3 months ago
JSON representation
Github Mobile Client on Android and iOS in React Native
- Host: GitHub
- URL: https://github.com/tonyz0x0/github-client-mobile
- Owner: tonyz0x0
- License: mit
- Created: 2019-05-11T06:49:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T01:31:39.000Z (about 7 years ago)
- Last Synced: 2025-03-28T07:41:40.822Z (over 1 year ago)
- Topics: javascript, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Mobile Client
Have you ever thought to check Github Trending and Popular Reposiroties with your phones? 🧐 This mobile app can give you a hand! 😎
## Features
- 💻 Check Popular Repositories on specific programming language.
- ✌ Support 30+ language
- 🔨 Custom Theme.
- 🔬 Search you want.
- 💟 Subscribe your favorite repositories.
- 🔥 Hot Update in CodePush
- 📥 Offline Cache and Cache Management
## Installation
```sh
# Install Dependencies
$ npm run i
# If you want to run iOS simulator
$ react-native run-ios
# If you want to run Android simulator
$ react-native run-android
```