This application is a simple news feed using React. This demonstrates how to consume REST API's using Fetch browser API. It also provides a simple search and filter functionality. You can download the step by step tutorial linked to this repo.
After cloning the code run npm install
in the command terminal where the code is located.
Execute npm start
command. The application will run in your default browser on http://localhost:3000
To learn React, check out the React documentation.