Distance Calculator

This project is a simple distance calculator that allows users to enter two locations and displays the distance between them and a map of the distance using the Google Maps Static API.

Technologies Used

  • React
  • Axios

Getting Started

  1. Clone the repository:
git clone https://github.com/YOUR-USERNAME/Google-Map--Distance-Frontend.git
  1. Install dependencies:
cd Google-Map-Distance-Frontend
npm install
  1. Start the development server:
npm start

4.Open MyDistance to view the app.

Usage

To use the distance calculator, enter a starting location in the "From" field and an ending location in the "To" field. Click the "Calculate Distance" button to see the distance between the two locations and a map of the distance.

demo

image image-2 image-3

Contributing

Contributions are welcome! To contribute to the project, please fork the repository and submit a pull request.