DownTheMatrix / My-Neighborhood-Map-App-Vanilla-Version-

A React App which uses the Google Maps API to load a map and display locations details (no wrappers/external map handlers)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App overview

A single-page application using React featuring a map of my neighborhood. The App uses the Google Maps API to display the marked locations along with the relevant details. At the current stage, the locations are set manually, but in the future they will be shown by retrieving data from the web.

My Neighborhood Map screenshot

How To Run The App

  • clone the project or download it as a .zip file open the terminal
  • cd into the project folder
  • install all project dependencies with npm install
  • start the development server with npm start

Create React APP

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Dependencies

API

License

This app is released under a MIT license.

Todos
  • Automatically retrieve data from the web to display info on the map
  • Improve the map styling
Sources

In order to complete the project, I consulted different sources, including:

And more.

About

A React App which uses the Google Maps API to load a map and display locations details (no wrappers/external map handlers)

License:MIT License


Languages

Language:JavaScript 83.0%Language:CSS 11.3%Language:HTML 5.7%