This task involves building a Notes app which allows you to create new notes to keep track of your tasks!. A note can have a title, body and an optional image. Notes are displayed in a grid style where the complete title of the note is visible along with its date of creation.
- Xcode version 14
- iOS Simulator
- UIKit
- MVVM
- Swift 5.5
- iOS 15
- Core Data
-
Feature 1: Completed
- Fetch notes from API
-
Feature 2: Completed
- Save fetched notes to local storage
-
Feature 3: Completed
- Display selected note information
-
Feature 4: Completed
- Create and retrieve from local storage
* Core data stack unit test cases
* ViewControler test
* ViewModel test



