Skip to content

Laniman/route-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

! WORK IN PROGRESS !

route-editor

route-editor — a single-page application in which a user interactively creates a route on a map by specifying start, end, and intermediate points of travel. For each point of the route you can see its address.

Installing / Getting started

npm install
npm start

or

yarn
yarn start

TODO

  • add drag and drop
  • add info window on marker click

Links

This project was bootstrapped with Create React App.