Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 652 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 652 Bytes

StoreSearch

A way to get data from backend as per user input or filters applied. Before this I used to send all the available data to the frontend and manipulated accordingly. But if we think of huge chunks front end will become slow overtime. So instead of that why not make http requests to get the required data only which will reduce load on the fornt end.

How to Start

  1. First of all clone this repository.
  2. Go in the terminal and install required node modules using npm install or npm i
  3. Type npm start to start the project.
  4. Go to localhost:3000 and try out different routes with your own queries.