Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.03 KB

File metadata and controls

44 lines (28 loc) · 2.03 KB

💬 F!nder

F!nder is an iOS community app where you can enjoy MBTI.

Written using the latest verion of Swift programming language

  • Development period : 2022.05 ~ 2022.07
  • AppStore Distribution : 2022.07 ~ 2023.01
  • Service Info (Notion link) - written in Korean

Skills

  • RxSwift for Reactive Programming
  • Autolayout UI with Snapkit & Then
  • Clean-Architecture & MVVM for App Architecture

🌟 Main Features

Home

Debate

Community


📝 Learned

  • how to develop economical, code-based UIs using Snapkit, Then.
  • how to call and respond to the Rest API using URLSession in iOS.
  • how to efficiently manage UserDefaults data using PropertyWrapper.
  • how to apply CustomView to improve code repetition.