Neighborhood Map App is an single-page application that showcase my favourite places at my neighborhood. all the data is fetched from server asynchronously.
This app require python version 3.6
$ pip install -r requirements.txt
replace your Google map api with YOURGOOGLEAPIKEY key at the button of index.html
replace your Google map api with YOURYELPAPIKEY key at the top of neighborhood.py
run $python neighborhood.py to start the server
open http://localhost:8000/ at your browser to use the app
Click the hamburger button will hide or show the sidebar, click marker on the map or menu item at sidebar will high light and pop up info window of that place, also show description at sidebar.
you can also filter places by drop down bar at the top of sidebar