├── README.md
├── index.html
├── script.js
└── style.css
/README.md:
--------------------------------------------------------------------------------
1 | # Mappo
2 | A map web app to find the current location, directions for a particular place, time that would be taken for travelling via different transport. It includes 3D directional view, satellite, zoom in/out functionality, 3D buildings view, and much more
3 |
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |