|
1 | 1 | # GitHubPopular |
2 | 2 | This is a GitHub most popular repositories viewer with React Native. |
3 | | -## DownLoad APP |
4 | | -Android: |
5 | | -[GitHubPopular-release-v1.0.0.apk](https://raw.githubusercontent.com/crazycodeboy/GitHubPopular/master/resource/apk/GitHubPopular-release-v1.0.0.apk) |
6 | | - |
7 | | -## How does it look like? |
8 | | -iOS: |
9 | | - |
10 | | -Android: |
11 | | - |
12 | | -## How to run |
| 3 | + |
| 4 | +## Contents |
| 5 | + |
| 6 | +* [Features](#features) |
| 7 | +* [DownLoad](#downLoad) |
| 8 | +* [Screenshot](#screenshot) |
| 9 | +* [Running and debugging](#running-and-debugging) |
| 10 | +* [ToDo](#todo) |
| 11 | + |
| 12 | +## Features |
| 13 | + |
| 14 | +* Supports subscription to more than 50 programming languages; |
| 15 | +* Support for adding / deleting programming languages and support for customizing their sorting; |
| 16 | +* Support favorite projects; |
| 17 | +* Support multiple color themes to switch freely; |
| 18 | +* Support search, and self-sustaining custom subscription keywords; |
| 19 | +* Support to share, easy to share their favorite projects to friends; |
| 20 | + |
| 21 | + |
| 22 | +## DownLoad |
| 23 | + |
| 24 | +[Go to download](http://sj.qq.com/myapp/detail.htm?apkName=com.jph.githubpopular) |
| 25 | +[Go to download](http://shouji.baidu.com/software/10123273.html) |
| 26 | + |
| 27 | + |
| 28 | +## Running and debugging |
13 | 29 |
|
14 | 30 | 1. Prepare your environment: [Requirements](http://facebook.github.io/react-native/docs/getting-started.html#requirements) |
15 | 31 | 2. Clone [GitHubPopular](https://github.com/crazycodeboy/GitHubPopular.git), and goto the project root directory. |
16 | 32 | 3. run `npm i`. |
17 | 33 | 4. run `react-native run-ios` or `react-native run-android`. |
18 | 34 | 5. Yeah. You make it. |
| 35 | + |
| 36 | +## ToDo |
| 37 | + |
| 38 | +**V2.0 planning** |
| 39 | + |
| 40 | +- [ ] Sliding hide NavBar |
| 41 | +- [ ] Text support large, medium and small |
| 42 | +- [ ] Support night mode |
| 43 | +- [ ] Use Redux |
| 44 | +- [ ] i18 internationalization |
0 commit comments