Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.36 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.36 KB

Map Marklet

Map Marklet is a Chrome extension that lets users save urls to markers on a personal instance of Google Maps and share with friends.

popup main-page

Motivation

While planning for road trips, I often save bookmarks to many websites which I then reference later. However, it's difficult to know the locations the websites refer to. This Chrome extension helps users locate the places that the websites refer to on a map.

Demo

demo

Getting Started

  • Clone this repository: git clone https://github.com/junagao/map-marklet-front-end.git
  • cd into the project folder: cd map-marklet-front-end
  • Install dependencies: npm install
  • Start the project: npm start

Tech Stack

  • React
  • Google Maps Api

Authors

Contributing

If you'd like to contribute to this project, feel free to open a new issue in this repository so we can get a conversation started.