/reddit-clone

Primary LanguageJavaScript

Reddit Clone Built with React

Overview

A Reddit clone created in React. Users are able to view topics, comments and search subreddits. Axios was used to perform AJAX requests to pull data from Reddit's API.

Installation

git clone https://github.com/rickywid/reddit-clone.git
npm install
npm start
browser url: localhost:8080

DEMO

See a [Live Demo] (https://rickywid.github.io/reddit-clone/)