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.
- 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.