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
- Host: GitHub
- URL: https://github.com/davidcsally/newsfeed
- Owner: davidcsally
- Created: 2017-10-23T23:46:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T23:00:40.000Z (over 6 years ago)
- Last Synced: 2025-02-08T07:12:02.316Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 753 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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