route-planner
route-planner copied to clipboard
Route planner using Google Maps, built with React, Redux, Redux-Saga, Immutable and Webpack
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?
- Clone and cd into the repo.
- Run
npm install
to download dependencies. - Run
npm start
to start the development server. - 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.