Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 667 Bytes

Reddit

EDIT: This no longer lets you view subreddits due to changes in the reddit api 🤷‍♂️

This lets you search reddit posts and subreddits, and view posts. It uses the reddit JSON API to fetch the posts. It is built using React, React Router, react-masonry-css, and Interweave.

Original Desktop Wireframe: https://wireframe.cc/MnwPlP (didn't end up using this)

Setup

To run this project locally:

  1. Install node from here if you don't have it yet
  2. clone the repo to your computer
  3. run npm install in the project directory
  4. run npm start in the project directory