Aleksander W. Ornaf

Reddit-Slim

This webapp is a slimmed down version of the Reddit UI deployed through Heroku and created with JSX, Node.js, CSS, React, and Redux. To avoid using OAuth (which is required for the official Reddit API), I'm using the unofficial Reddit JSON API. By adding ".json" at the end of any Reddit URL, you'll see a JSON of the information there! I get the data using a Redux Thunk and load the relevant bits through various JSX containers.

Some next steps for this project include: Displaying comments, and loading more than just images.

You can click the icon above to go to a live version of the webapp, and you can take a look at my code on github.

There are more projects coming soon. Stay tuned!