react-reddit-client icon indicating copy to clipboard operation
react-reddit-client copied to clipboard

A Reddit client written with React.js

react-reddit-client

A simple Reddit client written with React. This project is run and built using create-react-app in order to keep things simple to maintain.

Demo

https://ssorallen.github.io/react-reddit-client/

Running Locally

  1. Clone the repo

  2. Install dependencies

     $ yarn install
    
  3. Run the project

     $ yarn start
    
  4. Visit the demo at localhost:3000

Framework Comparisons

This demo was originally created by the Montage team, and that version is linked below. The demo was recreated in other frameworks to compare various approaches in JavaScript app frameworks.