When done, submit here.

1


2


3


4


5


6


7


8


→ Your part starts here.


9


10


11


12


13

Troubleshoot

Wait.. How do we figure out what files to include in index.handlebars?

The MapQuest documentation at https://developer.mapquest.com/documentation/mapquest-js/v1.3/ tells us about these files.


14

Troubleshoot

Where do we get this code from?

Again, the MapQuest documentation at https://developer.mapquest.com/documentation/mapquest-js/v1.3/ informs us about how to use the MapQuest API for developement. The above link tells us about how to create a map. We can find the documentation for adding markers to map here: https://leafletjs.com/reference-1.3.0.html#marker


15


16


17


18


19


20


21


22


23


24


25


26


27


28


29


30


31


32


33


34


35


36


37


38


When done, submit here.