/reddit-client

A shameless reddit clone using react + redux + official Reddit API.

Primary LanguageJavaScriptMIT LicenseMIT

Reddit Client

Commitizen friendly Build Status Coverage Status Stories in Ready

A simple read-only reddit client built with React and Redux.

Development

npm run # to see all available scripts
npm run dev

Architecture

The back-end simply proxies to Reddit's public API. The front-end is written using a superset of Rangle's react-redux toolchain.

Motivation

This is just a short project to explore redux-saga and reselect. Reddit was an ideal platform to copy because the API endpoints were public and were sufficiently well designed.

Demo

This app is viewable on heroku at https://rc-rsnara.herokuapp.com. Since it is using a free dynamo, it could take a while to load initially.