Skip to content

iOS project designed to explore and demonstrate key concepts related to JSON parsing, data fetching, structuring, and testing in Swift. It utilizes the DummyJSON API to retrieve, display, and validate a collection of quotes.

Notifications You must be signed in to change notification settings

urielortega/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quotes

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.

Features

  • Fetch and parse JSON data from a public API.
  • Unit tests using XCTest to validate data fetching and parsing.

Topics Covered

  • Swift
  • XCTest
  • API Integration
  • JSON Parsing
  • Unit Testing

How to Use

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.

About

iOS project designed to explore and demonstrate key concepts related to JSON parsing, data fetching, structuring, and testing in Swift. It utilizes the DummyJSON API to retrieve, display, and validate a collection of quotes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages