#Note:ES6 Javascript+PHP (you can run it in wamp,xamp or other php servers because it needs to read JSON API endpoint)
-As sample.json don't have images path so I am showing pictures randomly from images folder for presentable GUI
-we can search for any restaurant by title (using contain filter)
-we can add any restaurant as a favourite/bookmark
-even we can show all favourites restaurants with toggle button
-on restaurants listing page restaurants are sorted with following groups and filters criteria
=>Top favourites restaurants
=>after that open restaurants
=>after that order ahead restaurants
=>after that close restaurants
=>Best Match
=>Newest
=>Rating average
=>Distance
=>Popularity
=>Average Product Price
=>Delivery Costs
=>Minimum Cost
-rating stars and other restaurant data is showing dynamically
-The GUI of this project is responsive that's why it is showing well even on mobile devices.