#Path locator -
Draw path between two location(using lat and long), calcluate the disatnce and time using Google Map API.
Backend mockApi should be running on the system
Create a .env file in the root directory of the project and add the following line and update the Google Api key
REACT_APP_GOOGLE_API_KEY="Google Api key"
In the project directory, you can run:
Install the dependencies(node_module)
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.