When travellers want to find restaurants during their travelling journey, they often need to search on the browsers for recommendations. So, we are making a web app that streamlines this process.
We are creating a website that allows the user to enter a starting point and a destination that are within driving distance of each other (if the locations are not within driving distance, we will give them an error message and they will have to choose new locations). They will also enter how many stops they would like to make along the way. We will then generate a road trip for the user that gives them the driving route, along with the top rated restaurant at each stop along the way within a radius, d, which the user can also enter.
We will generate the driving route using the Google Maps API (or similar products), as well as get the restaurant reviews from there (or another similar product). This will allow us to generate the path and find all of the restaurants the user will stop at. They can also filter the kind of restaurants they want based on criteria such as cuisine, price, and operating hours.
Then, once the user gets the route plan, they can click on any of the restaurants on the path to see more information about it, such as the hours, menu, reviews, etc. They can save the paths or restaurants as needed.
By Chhiv Guech Houth, Olivia Nayak