Product Listing App

The app lists the products in a tabular form. It provides users with simple search option to search for products and also filter option to filter products in stock.

By default, the app lists all the products by category. Products which are not stock, are greyed out.

Local Development Setup

  1. Once you clone the repo from the GitHub,
  2. Navigate into the directory,
  3. run the command npm install which will install all necessary package for the project as well as development, and
  4. then run the command npm start which will start the development server, open a webpage with the app and watches files for change.