Skip to content

SharinLana/typescript-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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