/productFeed

Trade tracker feed reader demo :

Primary LanguageJavaScript

Trade Tracker Feed Reader DEMO

What this app do

  1. Fetch and parse data from the feed url provided by the user.
  2. Feed url and refresh time can be customized and stored in the users browsers.
  3. when new products are fetched from the feed the app prompted a dialogue allowing the user to update his list of product.
  4. the user can filter products by any field he want.

install

Prerequisites

install NodeJs

Install dependencies

npm install

run

npm start

Test

npm test

coverage reports are automatically generated after running tests :

For backend open : coverage/html/index.html DEMO

For frontend open : coverage/lcov-report/index.html DEMO