This is a website that helps users choose a restaurant to eat at.
It begins on the home page where the user can either enter a location or use their current location. They can also choose to enter a category of restaurants from a list of available categories that is linked, or search for all restaurants by leaving the field blank.
After these initial choices, the user is taken to a screen where they can click the "find restaurants" button to begin their search for a restaurant to eat at. After clicking this button, the first ten restaurants are displayed on the map and in a table to the left of the map. The user can then see basic information about the restaurant, including name, phone number, rating, price, and location, along with a map that displays the location of the restaurant. The user can click the "find restaurants" button again for more options. If the user wants to search for a different category of restaurants or in a different location, they can click restart search.
I used Yelp's API to search for businesses based on some search criteria, including latitude, longitude, limit, and categories. I also used the Google Maps Javascript API to display a map with the different businesses represented by markers. I used the Google Geocoding API to convert cities and zip codes to latitude and longitude coordinates.
Link to website (copy and paste the link): mahimapannala.github.io/eatcomplete/