This project utilizes the Google Maps API to find directions and distances between two places and allows the user to select the mode of travel. It provides a simple and user-friendly interface to input the source and destination locations, choose the preferred mode of transportation, and obtain the desired information.
Directions
: Get step-by-step directions between two places.Distance Calculation
: Determine the distance between two places.Mode of Travel
: Select from various transportation modes such as driving, walking, cycling, or public transit.Interactive Map
: Display an interactive map with the route and markers for the source and destination.
- Clone the repository from GitHub:
git clone https://github.com/your-username/google-maps-direction-distance-finder.git
- Navigate to the project directory:
cd google-maps-direction-distance-finder
- Install the required dependencies:
npm install