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)
To run this project locally:
- Install node from here if you don't have it yet
- clone the repo to your computer
- run
npm install
in the project directory - run
npm start
in the project directory