Skip to content

Demo iOS application that is built using MVVM architecture and ReactiveSwift framework

Notifications You must be signed in to change notification settings

osfalt/MVVMReactiveApp

Repository files navigation

Demo iOS application

The app uses Songkick API to search for artists and fetch their events.

It persists the artist's events to storage and if there is no internet connection, it will show previously downloaded events. If there is no internet and no previously available data, it displays an error.

This project uses:

  • Swift
  • Protocol-Oriented Programming
  • MVVM architecture
  • ReactiveCocoa/ReactiveSwift as FRP framework
  • URLSession, Codable for networking
  • Core Data for persistent storage

Add rows

About

Demo iOS application that is built using MVVM architecture and ReactiveSwift framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published