This coding challenge is designed to assess your ability to implement a simple, API-driven UI based on a given design specification. Specifically, your tasks are to:
- Consume the data from the
CheckoutService
API. - Populate the UI according to the specifications outlined in
Checkout.png
andcheckout_recording.mov
. - When the submit button is tapped, submit the order with the
CheckoutService
and transition to the order status page as specified in theCheckout.png
.