/distance-calculator

This app will let you know the distance between 2 points in a map

Primary LanguageJavaScriptMIT LicenseMIT

Distance Calculator

This app will let you know the distance between 2 locations.

Technologies used

Built with React, Sass, and Google Maps API

Demo

This application is deployed at http://distance-calculator.vercel.app/

How to Use

  • 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)

Screenshots

App Intro

App Get Distance

App No Roads

How does it work

App Diagram

Run Locally

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

Project Developed as part of Platzi Master:

  • Created by Denisse Rivas Github | LinkedIn
  • Frontend Focus | Slack: DenisseRivas
  • Assigned by: Platzi Master Coach - Ana Belisa Martinez