|
1 | | -# [react-hn](https://insin.github.io/react-hn) |
| 1 | +# [react-hn](https://react-hn.appspot.com) |
2 | 2 |
|
3 | 3 | A [React](http://facebook.github.io/react) & |
4 | 4 | [react-router](https://github.com/rackt/react-router)-powered implementation of |
5 | 5 | [Hacker News](https://news.ycombinator.com) using its |
6 | 6 | [Firebase API](https://github.com/HackerNews/API). |
7 | 7 |
|
8 | | -[](https://insin.github.io/react-hn) |
| 8 | +[](https://react-hn.appspot.com) |
9 | 9 |
|
10 | | -Live version: http://insin.github.io/react-hn |
| 10 | +Live version: https://react-hn.appspot.com/ |
11 | 11 |
|
12 | 12 | ## Features |
13 | 13 |
|
14 | 14 | * Supports display of all item types: |
15 | | - [stories](http://insin.github.io/react-hn/#/story/8863), |
16 | | - [jobs](http://insin.github.io/react-hn/#/job/8426937), |
17 | | - [polls](http://insin.github.io/react-hn/#/poll/126809) and |
18 | | - [comments](http://insin.github.io/react-hn/#/comment/8054455) |
19 | | -* Basic [user profiles](http://insin.github.io/react-hn/#/user/patio11) |
| 15 | + [stories](https://react-hn.appspot.com/#/story/8863), |
| 16 | + [jobs](https://react-hn.appspot.com/#/job/8426937), |
| 17 | + [polls](https://react-hn.appspot.com/#/poll/126809) and |
| 18 | + [comments](https://react-hn.appspot.com/#/comment/8054455) |
| 19 | +* Basic [user profiles](https://react-hn.appspot.com/#/user/patio11) |
20 | 20 | * Collapsible comment threads, with child counts |
21 | 21 | * "Realtime" updates (free via Firebase!) |
22 | 22 | * Last visit details for stories are cached in `localStorage` |
|
0 commit comments