This site was built to pull news articles from various sources using multiple APIs.
Currently using the New York Times API. Will add more in the future
View live at https://modest-blackwell-d7e99c.netlify.app/
Styled With Material-UI https://material-ui.com/
Go to New York Times Dev Portal Follow the instructions to register an account and sign up for an API key.
git clone https://github.com/MetkelK/newsapp.git
cd newsapp
npm install
In the root folder create a .env file and add the line REACT_APP_API_KEY=Your API Key
npm start