This web application was created for the Chingu Voyage 20 pre-work. It pulls data from MapBox's API
Live Version : https://dev-tang.github.io/Chingu_MapboxAPI_Prework/
- Toggable Hamburger Menu Bar
- Filter through Destinations through SideBar Search Bar with updated location markers
- Discover 5 unique destinations through location markers, with description pop-ups
- Live map using Mapbox API
- Clone this project locally
- Navigate to the folder in terminal
- Open file app.js by typing
open app.js
- Replace
mapboxgl.accessToken = 'YOUR MAPBOX API TOKEN';
- Return to Terminal, and Navigate to the folder once more
- Type in
open ./index.html
to view the web application in your browser