REACT_APP_API_KEY=7fbeff6f514f42f59fb852e44770e829
You can get a new API key from the https://newsapi.org/ as well (or you can use my API key to test this ticket)
Pull the change from my ticket
Run npm start
See that we are able to fetch the data from News API rendered it correctly to our card components
Addressing: https://github.com/minh197/WeBlog/issues/4
How to test: Locally
.env
file in theclient
folderREACT_APP_API_KEY=7fbeff6f514f42f59fb852e44770e829
You can get a new API key from thehttps://newsapi.org/
as well (or you can use my API key to test this ticket)npm start