This app will let you know the distance between 2 locations.
Built with React, Sass, and Google Maps API
This application is deployed at http://distance-calculator.vercel.app/
- Enter Origin Location
- Enter Destination Location
- Click Calculate Distance
- If there's a road between the locations, the distance and duration of different transit modalities is shown (Drive, Bike, and Walk)
You can clone the project and run it on your own computer. Make the changes you want.
git clone https://github.com/iqrivas/distance-calculator.git
Go to the project directory
cd distance-calculator
Install dependencies
npm install
Start the server
npm run start