NewsHub is a news application which uses NewsAPI for fetching latest news.
- Satyam Srivastava @satyam-1103
- This project cannot be deployed because it uses free API KEYS.
Clone the project
git clone https://github.com/satyam-1103/NewsHub.git
Go to the project directory
cd NewsHub
Install dependencies
npm install
Start the server
npm run dev
Install this project with npm
git clone https://github.com/satyam-1103/NewsHub.git
npm install
And you are ready to use it.
Contributions are always welcome!
- Category Wise Real Time News
- Completely Responsive
- Please note in order to use this application perfectly please replace API Key with your own api key which you can generate from https://newsapi.org/ for free.
- Inside the News.jsx file you can find something like
apikey=SOME_VALUE
, you have to replace yourAPI_KEY
here.