An iOS app to explore and demonstrate key concepts related to JSON parsing, data fetching, structuring, and testing in Swift. This app uses the DummyJSON API to retrieve and display a collection of quotes.
- Fetch and parse JSON data from a public API.
- Unit tests using
XCTest
to validate data fetching and parsing.
- Swift
XCTest
- API Integration
- JSON Parsing
- Unit Testing
Clone the repository, open the project in Xcode, and run the app. The app will fetch quotes from the DummyJSON API and display them in a list. You can also view unit tests that ensure the app's functionality.