Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pratik-123/carfit
- Owner: pratik-123
- Created: 2020-07-17T05:55:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T03:44:22.000Z (over 4 years ago)
- Last Synced: 2023-10-19T17:58:35.458Z (about 1 year ago)
- Topics: codable, codable-xcode-extension, coredata, file, ios, relationships, swift, tdd, unique, unittest, xcode, xctest
- Language: Swift
- Homepage:
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)