Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 534 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 534 Bytes

News Feed App

A simple news app. Connect to multiple sources, search by headline or category, and change the language. Built with React and uses News API.

Screen shot

Demo

https://globalnews.netlify.com/

Usage

Clone the repo

git clone https://github.com/justinformentin/global-news-rss.git

Install dependencies, npm or yarn.

npm i

Start local development server

npm start

Build for Production

npm run build