Posts list with ability to add/edit post
- Built in Swift 5
- MVVM
- Repository pattern
- Multi repository support (Online + Offline)
- Dependency Injection
- UINavigationController
- UITableView + Custom Cell
- Pull to refresh
- URLSession
- Http layer
- GCD (Grand Central Dispatch)
- SwiftLint (CocoaPod)
- Unit Testing Demo
- Clone the repository
- Open the project on Xcode
- Install pods using terminal command "pod install" from the main project directory
- Run the project on simulator or real device