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.
- Once you clone the repo from the GitHub,
- Navigate into the directory,
- run the command
npm install
which will install all necessary package for the project as well as development, and - then run the command
npm start
which will start the development server, open a webpage with the app and watches files for change.