A simple news app. Connect to multiple sources, search by headline or category, and change the language. Built with React and uses News API.
https://globalnews.netlify.com/
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