Skip to content

ReactJS news app using NewsAPI and react-bootstrap. News related to various genres are loaded dynamically.

Notifications You must be signed in to change notification settings

RinzlerN26/News_Aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Aggregator

A React.js news app with dynamic news fetching using News API.

Built With

  • React
  • Bootstrao

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Get a API Key at News API.

  2. Clone the repo.

    git clone https://github.com/RinzlerN26/News_Aggregator.git
  3. Install npm packages.

    npm install
  4. Enter your API in src/config/api.js.

    const API_KEY = 'ENTER YOUR API';
  5. Run the application.

    npm run start

About

ReactJS news app using NewsAPI and react-bootstrap. News related to various genres are loaded dynamically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published