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

https://github.com/davidcsally/newsfeed

Example: React + Redux + Saga news feed from JSON API
https://github.com/davidcsally/newsfeed

Last synced: about 1 year ago
JSON representation

Example: React + Redux + Saga news feed from JSON API

Awesome Lists containing this project

README

          

# Sample News Feed

This is a project I built as a coding challenge for a client back in 2017.

### React16 news feed from JSON API, using React Router (4), Redux, Redux Saga, and Webpack + Webpack dev server

1. First install with ``npm install``

2. Build project with ``npm start``

3. Project will open at ``localhost:8080`` or similiar if port is in use

### Usage
The application will initiate a GET request, and render the articles it recieves.
Users may choose which articles they see by follow / unfollowing article tags.

### Testing
To run test suites, run ``npm test``

### Notes
This project requires a private key to access the data api