Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratik-123/carfit

CarFit sample project using read data from file and store in CoreData as local storage with Codable protocol using MVVM architecture.
https://github.com/pratik-123/carfit

codable codable-xcode-extension coredata file ios relationships swift tdd unique unittest xcode xctest

Last synced: 1 day ago
JSON representation

CarFit sample project using read data from file and store in CoreData as local storage with Codable protocol using MVVM architecture.

Awesome Lists containing this project

README

        

# CarFit
CarFit sample project using read data from file and store in CoreData as local storage with Codable protocol using MVVM architecture.

- MVVM architecture
- Unittest (XCTest)
- Asynchronously data fetch from File
- CoreData use for local storage
- Relationship manage in CoreData
- Unique constraints manage in CoreData
- Codable protocol use for read and store data with CoreData
- Calendar (Custom component)

![alt tag](https://github.com/pratik-123/CarFit/blob/master/ScreenShot.png)