Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 575 Bytes

logo

GitHub Jobs Search app

gif

Main functionality

Search GitHub jobs open API using text query

Architectural approaches and details

  • MVP + Coordinators and Flows
  • Dependency injections
  • Protocol driven development
  • Decodable protocol for JSON parsing
  • No thirdparty frameworks or libraries were used
  • Swift functional programming were applied
  • Result.swift
  • Pagination
  • Some power of switch pattern matching was released