/react-google-maps

Driving directions with google maps integration

Primary LanguageJavaScript

Google Maps with React

Simple driving directions with google maps. To be used in conjunction with with mockApi (you know which one I'm talking about).

image

Main technologies used:

  • React
  • Webpack 4
  • Jest
  • ES6
  • CSS Modules

Installation

npm install

Add a .env file with the following:

GOOGLE_MAPS_API_KEY = <api-key>

Run Tests

npm run test

Run development server

npm run start

Build for distribution

npm run build