Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 522 Bytes

File metadata and controls

24 lines (13 loc) · 522 Bytes

React News

News Website with React, Material-UI, NewsApi. Using functional component with hooks and effect for search filtering.

Technology

  • React.JS | A Javascript Library For Building User Interfaces

Setting up

Installation

  • Access project directory on your terminal.

    npm install
    
  • Create .env

  • Copy your private newsapi.org key and paste it in .env file

Run Application

  • After you have installed npm package, open up terminal and type.

      npm run start