Skip to content

A Delivery Web App that will calculate the shortest distance from each drop off spot

License

Notifications You must be signed in to change notification settings

ayushman17/delivery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery App

A Delivery Web App that will calculate the shortest distance from each drop off spot

This project shows a map with traffic density from TomTom's traffic API.

A web app that calculates the distance between two addresses

The final route is calculated using the “Routing API” which by default will do a “car”  route. It can calculate the routes for motorcycles, vans, trucks or pedestrians! the results will vary. 

Distance Matrix Routing ,is used to optimise our multiple deliveries by travel time.

Features

Simple web app using TomTom Distance Matrix API to plan an optimal route between a list of addresses.

Using TomTom Map SDK for Web, to show us the best route for us as the delivery driver, to drop off all three deliveries based on time, taking:

  1. The route into account
  2. The traffic on the roads into account.
  3. The traffic incidents on the roads into account

Built With

This project was bootstrapped with Create React App.

🕹 LAUNCH PROJECT (Demo)

👉 Delivery Web App.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

A Delivery Web App that will calculate the shortest distance from each drop off spot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published