Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 525 Bytes

map-marker

Requirements

  1. Show map of Warsaw with zoom level 11
  2. Clicking on map shows a popup appears with the input Name and a button Save
  3. List that shows saved places:
  • Click on place zooms the map to that locations and shows popup with name
  • List should be filterable using a input Search
  • Delete button removes that saved place

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build