Created News Hub Web app using React React-router-dom and talwind css used free NEWS API for updating news of various categories.
https://newsapi-pearl.vercel.app/
1. Get API key from
https://newsapi.org/
2. Clone the repo
https://github.com/vrajkmrpatel/newsapi.git
3. Install NPM Packages
npm install
4. Enter your API key in .env file
const API_KEY = 'ENTER YOUR API';
Technologies used in the project:
- JavaScript
- React
- Talwind
- Node.js
- HTML
- CSS