/NewsApp

React App using News API (https://newsapi.org/)

Primary LanguageJavaScriptMIT LicenseMIT

Tech-Stack :

Screenshots :

Steps for Installation :

  1. Clone this repository
$ git clone https://github.com/Aniket-508/LinkedIn-Clone.git
  1. Install all required packages
$ npm install
  1. If some vulnerabilities are found, try updating the packages using the following command
$ npm update -g
  1. Start the development server
$ npm start
  1. Don't forget to update the environment variable which is REACT_APP_API_KEY in '.env.local' file