Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shrtlist/checkout
A coding challenge designed to assess your ability to implement a simple, API-driven UI based on a given design specification.
https://github.com/shrtlist/checkout
async-await concurrency mvvm
Last synced: 8 days ago
JSON representation
A coding challenge designed to assess your ability to implement 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:32:26.000Z (17 days ago)
- Last Synced: 2024-10-29T04:27:38.023Z (17 days ago)
- Topics: async-await, concurrency, mvvm
- Language: Swift
- Homepage:
- Size: 304 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`.