An open API service indexing awesome lists of open source software.

https://github.com/danielstern/react-newsfeed


https://github.com/danielstern/react-newsfeed

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# react-newsfeed

## About
This is a simple React app that consumes the Reddit API, intended to teach React alongside the Udemy course, Beginner's Guide to React.

## Installation
Run the following script!

```
git clone git@github.com:danielstern/react-newsfeed.git
cd react-newsfeed
npm install
npm start
```