/route-planner

Route planner using Google Maps, built with React, Redux, Redux-Saga, Immutable and Webpack

Primary LanguageJavaScript

Route Planner using Google Maps, built with React JS, Redux and Immutable.js

Route Planner is a simple app that helps you to plan your travel routes.

  • Add upto 8 way points between start and end destinations of your route.
  • See distance and time details for each way points and whole route.

How to run locally?

  1. Clone and cd into the repo.
  2. Run npm install to download dependencies.
  3. Run npm start to start the development server.
  4. Open your browser and point to http://localhost:8080/

The application has a web pack dev server, so as you make your changes in your code, the changes will be immeditely reflected in your browser.

Screenshot

Route Planner