Skip to content

Stim1/display_map

Repository files navigation

Map Marker Application

This application enables users to interact with a Google Maps interface by placing numbered markers on the map. Each marker is automatically assigned a unique sequential number and can be moved or removed. The application integrates with Firebase to persistently store the location data for each marker.

Features

  • Place markers on the map with a simple click.
  • Drag and drop markers to update their location.
  • Remove individual markers or clear all markers from the map.
  • Sequential numbering for each marker for easy identification.
  • Real-time data storage with Firebase.

Technologies Used

  • Google Maps API: For rendering maps and handling map-related operations.
  • Firebase: To store and retrieve marker data in real-time.
  • TypeScript: For adding static type definitions to JavaScript, increasing the robustness of the code.

FIREBASE

https://showmap-409414-default-rtdb.firebaseio.com/

image

Local Setup

To run this application locally on your computer, follow these steps:

  1. Clone the repository:
  1. Install dependencies:

npm i

  1. Start the application:

npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors