Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T07:23:05.000Z (over 5 years ago)
- Last Synced: 2025-01-25T03:16:36.769Z (6 days 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,906
- Watchers: 113
- Forks: 584
- Open Issues: 67
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# GitHubPopular
[![Download](https://img.shields.io/badge/Download-v1.0.3-ff69b4.svg) ](http://www.devio.org/io/GitHubPopular/)
[ ![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/GitHubPopular/pulls)[ ![GitHubPopular release](https://img.shields.io/github/release/crazycodeboy/GitHubPopular.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/GitHubPopular/releases)
[ ![语言 中文](https://img.shields.io/badge/语言-中文-red.svg)](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
[![Used technology](https://raw.githubusercontent.com/crazycodeboy/GitHubPopular/master/resource/React-Native%2BRedux.jpg)](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
[![App Store](http://www.devio.org/io/GitHubPopular/img/app%20store%20icon.png)](https://itunes.apple.com/cn/app/github-popular/id1169908238?l=zh&ls=1&mt=8)
[![百度手机助手](https://raw.githubusercontent.com/crazycodeboy/crazycodeboy.github.io/master/io/GitHubPopular/img/baidushoujizhushou.png)](http://shouji.baidu.com/software/10123273.html)
[![应用宝](https://raw.githubusercontent.com/crazycodeboy/crazycodeboy.github.io/master/io/GitHubPopular/img/yingyingbao.png)](http://sj.qq.com/myapp/detail.htm?apkName=com.jph.githubpopular)
## Screenshot![GitHub Popular](https://raw.githubusercontent.com/crazycodeboy/GitHubPopular/master/resource/screenshot/GitHubPopular-1.jpg)
![GitHub Popular](https://raw.githubusercontent.com/crazycodeboy/GitHubPopular/master/resource/screenshot/GitHubPopular-2.jpg)
![GitHub Popular](https://raw.githubusercontent.com/crazycodeboy/GitHubPopular/master/resource/screenshot/GitHubPopular-3.jpg)
## 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.