Skip to content

Let's build a basic Google Maps clone! Complementary code to the tutorial.

Notifications You must be signed in to change notification settings

superfaceai/google-maps-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps clone with React, Leaflet, and OneSDK

A complementary code to the tutorial Let's build a Google Maps clone.

Provides the following features:

  • Displaying a map
  • Adding markers to the map using location search
  • Display route and routing instructions between two places

Uses the following libraries:

Uses the following providers:

Warning The choice of providers is for low volume, development purposes only. Leaflet Routing Machine recommends different routing provider for production. For geocoding, various other providers are supported.

Setup

  1. Clone the repository

    git clone https://github.com/superfaceai/google-maps-clone.git
  2. Install dependencies for both the frontend and backend

    cd google-maps-clone
    npm install
    cd server
    npm install
    cd ..

Usage

Start frontend application:

npm start

In separate terminal, start the backend server:

cd server
npm start

About

Let's build a basic Google Maps clone! Complementary code to the tutorial.

Resources

Stars

Watchers

Forks

Packages

No packages published