Create an application which will have list of few products such that each product has the following items
- image of the product
- Name of the product
- Price of the product
On the top of the list create a slider which will sort the list based on the product prices such that whenever you slide it will only display the products in that price range like in flipkart, Myntra etc
use react-slider to create slider
Style the application using React-Bootstrap and React-Material UI