NewsMedia is a React app that uses the News API to fetch news articles from various sources. It is a single page application that uses React Router to navigate between different pages.
src/App.js
and replace process.env.REACT_APP_NEWS_API_KEY
with your API keynpm install
Installs all the dependencies required to run the app.
npm start
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes. You may also see any lint errors in the console.