MeteC / Filterit

Personal (public) portfolio work - code demonstration of a fully working app built in a reactive style using RxSwift in iOS13. Allows a user to apply various filters to images sourced from the network or the camera, and to save outputs to an app-specific library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filterit

Personal (public) portfolio work - code demonstration of a fully working app built in a reactive style.

A reactive (RxSwift-based) app which allows the user to apply various filters to images pulled from the web and save their work to a local library, then share with others.

Created for iOS13+, using UIKit rather than SwiftUI.

Demonstrated tech list:

  • MVVM architecture
  • RxSwift (+ RxCocoa UIKit bindings)
  • CoreData
  • CoreImage
  • RESTful API prototype
  • JSON
  • Interface Builder Designables
  • Unit Testing

About

Personal (public) portfolio work - code demonstration of a fully working app built in a reactive style using RxSwift in iOS13. Allows a user to apply various filters to images sourced from the network or the camera, and to save outputs to an app-specific library.

License:MIT License


Languages

Language:Swift 99.5%Language:Ruby 0.5%