Route Optimizer

This project is a route optimizing web app. The idea is to leverage the Google Maps APIGoogle Places API, and jQuery to create an application that will get people from A to B to C to D to E as quickly as possible.

To get around with most mapping applications, the user inputs a list of addresses and the application directs them on how to get from each one to the next. But the average to do list isn’t made up like this; the average to do list is a collection of items to get, stores to visit, and maybe a pit stop at timmies thrown in. This Route Optimizer aims to be different by translating a list of errands into (as the name would suggest) an optimized route to get people through their tasks as fast as possible.

For the most up to date version, feel free to visit my GitHub repository here.