/-articles-

Primary LanguageJavaScriptMIT LicenseMIT

News Recommender

This is an Application that displays articles using the lateral-news-recommmender .


Prerequisites

Node

Yarn


Technology

Application was developed using:

  • Javascript
  • React/Redux
  • Ant design library
  • CSS
  • HTML

Running in development environment

  • Install node
  • Install yarn
  • Navigate to a directory within your terminal
  • Clone the project from repository
  • Using HTTP; $ git clone https://github.com/omokaro-faith/-articles-.git
  • Navigate to the root directory e.g $ cd -articles-
  • Run yarn install. This installs all the app's dependencies.
  • Run cp .env-example .env in your terminal.
  • Change the value of API_KEY in the created .env to your secret generated key gotten from lateral.
  • Run yarn start to start the application
  • View app in port 8080.

Running the tests

  • Run yarn test to run project test.