Meta-News is an React News WebApp in which we use Hooks and API fetch of NEWS API. With help of Tailwind CSS we Made an Attractive and Responsive WebApp.
Meta-News.mp4
Go to NewsAPI site ande generate free API key.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_NEWS_API=*********
Paste your API key
Open terminal and paste the command given below.....
npm install
rum start
Open https://localhost:3000 to view it in your browser.