An Interactive Map for a real estate development called Northgate Estates in Harare, Zimbabwe. Please note this is a demo project using plain HTML/CSS/SASS/JS. If you would love to see the completed project send me a DM or Tweet Twitter
I hope this inspires you on how to create interactive maps. If you do work on something please share with me.
Demo Page - https://northgate-map-html.netlify.app
Live Page - Coming Soon
npm i tippy.js
npm i micromodal --save
svgPanZoom & HammerJS are imported from /js folder into /js/script.js and compiled using webpack
import svgPanZoom from'./svg-pan-zoom.min.js';
import './hammer.js';
You do not need to install these development dependencies if you have theme installed globally on your machine.
npm i sass webpack webpack-cli --save-dev