https://github.com/crazycodeboy/GitHubPopular
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
https://github.com/crazycodeboy/GitHubPopular
github-app github-client github-trend github-trending react-native react-native-app
Last synced: 3 months ago
JSON representation
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
- Host: GitHub
- URL: https://github.com/crazycodeboy/GitHubPopular
- Owner: crazycodeboy
- Created: 2016-07-18T15:35:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T07:23:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T12:08:33.165Z (3 months ago)
- Topics: github-app, github-client, github-trend, github-trending, react-native, react-native-app
- Language: JavaScript
- Homepage: http://coding.imooc.com/class/304.html
- Size: 9.98 MB
- Stars: 2,912
- Watchers: 112
- Forks: 584
- Open Issues: 67
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# GitHubPopular
[ ](http://www.devio.org/io/GitHubPopular/)
[ ](https://github.com/crazycodeboy/GitHubPopular/pulls)[ ](https://github.com/crazycodeboy/GitHubPopular/releases)
[ ](https://github.com/crazycodeboy/GitHubPopular)This is a GitHub most popular repositories viewer with React Native. [#The latest version of React Native+Redux builds here☞#](http://coding.imooc.com/class/304.html)
## Contents
* [Used technology](#used-technology)
* [Features](#features)
* [DownLoad](#downLoad)
* [Screenshot](#screenshot)
* [Running and debugging](#running-and-debugging)## Used technology
[](http://coding.imooc.com/class/304.html)
## Features
* Supports subscription to more than 50 programming languages;
* Support for adding / deleting programming languages and support for customizing their sorting;
* Support favorite projects;
* Support multiple color themes to switch freely;
* Support search, and self-sustaining custom subscription keywords;
* Support to share, easy to share their favorite projects to friends;## DownLoad
[](https://itunes.apple.com/cn/app/github-popular/id1169908238?l=zh&ls=1&mt=8)
[](http://shouji.baidu.com/software/10123273.html)
[](http://sj.qq.com/myapp/detail.htm?apkName=com.jph.githubpopular)
## Screenshot


## Running and debugging
1. Prepare your environment: [Requirements](http://facebook.github.io/react-native/docs/getting-started.html#requirements)
2. Clone [GitHubPopular](https://github.com/crazycodeboy/GitHubPopular.git), and goto the project root directory.
3. run `npm i`.
4. run `react-native run-ios` or `react-native run-android`.
5. Yeah. You make it.