JaKXz / reddit-client

A simple reddit client in react.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple reddit client in react.

License:MIT License


Languages

Language:JavaScript 98.0%Language:CSS 1.5%Language:HTML 0.5%