Make the HTML for a delivery.
- Include to and from addresses as well as name, address, phone, e-mail etc.
- Verify address with Google maps find lat and lng. https://developers.google.com/maps/documentation/ https://developers.google.com/maps/documentation/javascript/places
- Add local store to see if name address and phone are there and default entries to those https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
- add an api call to price the delivery.
- add an api call to get paid https://www.smashingmagazine.com/2018/01/online-purchase-payment-request-api/
- $$$