Skip to content

UK818/LawPavilion-Coding-Exercise

Repository files navigation

LawPavilion-Coding-Exercise

Search for Github users using GitHub search API

Thought Process:

  • Used Model View View-Model (MVVM) design architecture so my code will be loosely coupled and that helps in writing clean and maintainable code that is easy to test.
  • Adhered to SOLID Principles
  • created UI programmatically
  • created model for data to be received from API
  • Made network call using URLSession
  • cached images using KingFisher
  • validated search input

About

Search for Github users using GitHub search API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published