in terminal
npm create vite@latest
y
React
TypeScript
npm run dev
Your API key e7cfa6a18e034036a4692f14fdc5c506
Example GET https://newsapi.org/v2/everything?q=Apple&from=2024-04-01&sortBy=popularity&apiKey=API_KEY
var url = 'https://newsapi.org/v2/everything?' + 'q=Apple&' + 'from=2024-04-01&' + 'sortBy=popularity&' + 'apiKey=e7cfa6a18e034036a4692f14fdc5c506';