https://github.com/shrtlist/checkout
Implements a simple, API-driven UI based on a given design specification.
https://github.com/shrtlist/checkout
api-driven async-await json mvvm structured-concurrency swiftui
Last synced: 3 months ago
JSON representation
Implements a simple, API-driven UI based on a given design specification.
- Host: GitHub
- URL: https://github.com/shrtlist/checkout
- Owner: shrtlist
- Created: 2024-06-26T16:16:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T05:10:21.000Z (3 months ago)
- Last Synced: 2025-02-04T05:27:36.609Z (3 months ago)
- Topics: api-driven, async-await, json, mvvm, structured-concurrency, swiftui
- Language: Swift
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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:
1. Consume the data from the `CheckoutService` API.
2. Populate the UI according to the specifications outlined in `Checkout.png` and `checkout_recording.mov`.
3. When the submit button is tapped, submit the order with the `CheckoutService` and transition to the order status page as specified in the `Checkout.png`.