Skip to content

ch-hassansaeed/Restaurant-App-Javascript-ES6-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-App-Javascript-ES6-PHP Project

Demo Snapshot

alt text

#Note:ES6 Javascript+PHP (you can run it in wamp,xamp or other php servers because it needs to read JSON API endpoint)

Features & functionalities of this project

-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

restaurants group by criteria

=>Top favourites restaurants
=>after that open restaurants
=>after that order ahead restaurants
=>after that close restaurants

restaurants sorting by criteria

=>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.