Skip to content

Commit 895f4de

Browse files
committed
create README /upload some demo pic
1 parent 13de2d9 commit 895f4de

11 files changed

+57
-0
lines changed

README.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# GitHub Show
2+
A React Native App(IOS/Android) power by GitHub API
3+
- Popular Repo list
4+
- Trending Repo list
5+
- Favorite Repo list
6+
- Setting
7+
(custom language/language sort in Trending;custom key/key sort/remove key in Popular;About this Project and About me)
8+
9+
## Stack
10+
- react-native
11+
- react-native-check-box
12+
- react-native-easy-toast
13+
- react-native-htmlview
14+
- react-native-parallax-scroll-view
15+
- react-native-scrollable-tab-view
16+
- react-native-sortable-listview
17+
- react-native-tab-navigator
18+
19+
## Build Setup
20+
```bash
21+
#install react-native first
22+
$ npm i react-native -g
23+
# git clone
24+
$ git clone https://github.com/laclys/github_show.git
25+
# cd project
26+
$ cd github_show
27+
# install dependencies
28+
$ npm install
29+
# run
30+
$ react-native run-ios/run-android
31+
```
32+
## Demo Pic
33+
![](./demoPic/demo1.png)
34+
35+
![](./demoPic/demo2.png)
36+
37+
![](./demoPic/demo3.png)
38+
39+
![](./demoPic/demo4.png)
40+
41+
![](./demoPic/demo5.png)
42+
43+
![](./demoPic/demo6.png)
44+
45+
![](./demoPic/demo7.png)
46+
47+
![](./demoPic/demo8.png)
48+
49+
![](./demoPic/demo9.png)
50+
51+
![](./demoPic/demo10.png)
52+
53+
## Features
54+
- search
55+
- theme setting
56+
- update RN0.46
57+
- make App beautiful

demoPic/demo1.png

104 KB
Loading

demoPic/demo10.png

197 KB
Loading

demoPic/demo2.png

78.1 KB
Loading

demoPic/demo3.png

96.4 KB
Loading

demoPic/demo4.png

66.8 KB
Loading

demoPic/demo5.png

52.5 KB
Loading

demoPic/demo6.png

198 KB
Loading

demoPic/demo7.png

54.9 KB
Loading

demoPic/demo8.png

29.4 KB
Loading

demoPic/demo9.png

34.4 KB
Loading

0 commit comments

Comments
 (0)