/global-news-rss

Simple news app that uses newsapi.

Primary LanguageJavaScript

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