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
-
First install with
npm install
-
Build project with
npm start
-
Project will open at
localhost:8080
or similiar if port is in use
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.
To run test suites, run npm test
This project requires a private key to access the data api