Simple Product Search
An application that lists products with details and an option to filter by title with a pager at bottom to go through more products.
Access the app at: https://sonamvsingh.github.io/product-search/
This app is built with React, JSX, JavaScript, and CSS.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
npm start
To Visit App:
localhost:3000