https://github.com/danielstern/react-newsfeed
https://github.com/danielstern/react-newsfeed
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielstern/react-newsfeed
- Owner: danielstern
- Created: 2017-08-23T12:34:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T11:26:21.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T08:25:57.779Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```