An open API service indexing awesome lists of open source software.

https://github.com/bobby1030/cardit

A social-feed-like reader for Reddit.
https://github.com/bobby1030/cardit

react reader reddit social-feed

Last synced: about 2 months ago
JSON representation

A social-feed-like reader for Reddit.

Awesome Lists containing this project

README

          

# Cardit
#### 一個瀏覽社群動態般的 Reddit 閱讀體驗
#### A social-feed-like reader for Reddit.

## 特色 Feature
* 大圖顯示 | Make pictures HUGE
* 對圖多的 Subreddit 很有用 | Useful for image-sharing Subreddits
* 快速切換 Subreddit | Switch between Subreddits without reloading page
* 自動記憶最後造訪的 Subreddit 及選項 | Auto memorize last visited Subreddit & configs

## 使用 Usage
Just visit [here](http://cardit.bobbyho.me/) and enjoy it!

## 開發環境 Development

```shell
npm install
# install dependencies

npm run dev
# start webpack-dev-server
npm run build
# build project through webpack

gulp deploy
# minify js & deploy builded project to gh-pages
```