/Cat-List

Primary LanguageSwift

Cat Breeds

This App Fetches and Displays the Cat Breeds from Cat Api. File APIConstants has all parameters required to configure the API like client key and value

Following are the Highlights of the app ,

  • Supports Light and Dark Mode
  • Support Searching for a specific Cat breed
  • On Click of Specific Cat Breed user is redirected to Wikipedia page of the selected Cat Breed
  • Error are handled graciously
  • No thirdParty is Used
  • Code is Completely testable since it is written by strictly following SOLID design principles
  • Every Module is Scalable & easily replacable since Protocol Oriented programming is extensively used along with good software design principles