Skip to content

Displaying distinct markers on the map to indicate both the source and destination selected by the user

Notifications You must be signed in to change notification settings

Aemal-shirzai/maps_typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Maps with Typescript

Displaying distinct markers on the map to indicate both the source and destination selected by the user The purpose of this app is to apply the typescript concepts.

Prerequisites Modules To Install

  1. Node and npm: Install (here).
  2. Any code editor.

Project Structure

  1. index.html: Entry point of the application. All the components are redered here.
  2. src: Contains all components of the application.

How To Run Project

  1. Clone the project or download az .zip.
  2. cd maps_typescript
  3. Install all the dependencies.
    npm install
    
  4. Run with parcel
    npx parcel index.html
    
  5. Open browser and navigate to localhost:1234

About

Displaying distinct markers on the map to indicate both the source and destination selected by the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published