/react-reddit

Reddit clone using Redux and React Router, made mostly to learn

Primary LanguageJavaScript

Reddit Project

Reddit is a React project from the Udacity React Nanodegree. This project is to learn how to use Redux with React.

Setup and Run

The project is comprised of two pieces, a frontend client written in React and a backend API server written in Node. Both need to run simutanelous for the applciation to function.

You can learn how to run each of them in the frontend and [server][./server/] directores.