A React.js news app with dynamic news fetching using News API.
- npm
npm install npm@latest -g
-
Get a API Key at News API.
-
Clone the repo.
git clone https://github.com/RinzlerN26/News_Aggregator.git
-
Install npm packages.
npm install
-
Enter your API in
src/config/api.js
.const API_KEY = 'ENTER YOUR API';
-
Run the application.
npm run start