minh197 / WeBlog

0 stars 0 forks source link

[FEATURE] #4 Fetch text/image for Card component #17

Closed minh197 closed 7 months ago

minh197 commented 8 months ago

Addressing: https://github.com/minh197/WeBlog/issues/4

How to test: Locally

  1. Create a new .env file in the client folder
  2. 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)
  3. Pull the change from my ticket
  4. Run npm start
  5. See that we are able to fetch the data from News API rendered it correctly to our card components Screenshot 2024-03-24 at 2 27 44 PM
minh197 commented 7 months ago

Pr is ready to review @Moethantko @naod1993