SharinLana / typescript-maps

Google Maps Integration with Markers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps API Project with Markers

This app uses Google Maps API to create markers for the user's and company locations. Locations are products of the faker library and are randomly generated on every page load. You can invoke popup windows with some user/company information by clicking on the map markers.

The goals of creating this application:

The main goals for me as a web developer were to improve my skills in working with:

  • TypeScript (mostly classes and interfaces)
  • JavaScript

To open the app on your machine, follow these steps:

Step 1

git clone https://github.com/SharinLana/typescript-maps.git

Step 2

Open the folder in your code editor

Step 3

Run these commands, one by one:

npm install
npm start

Step 4

The app will be available at http://localhost:1234

About

Google Maps Integration with Markers


Languages

Language:TypeScript 80.0%Language:HTML 20.0%