https://github.com/danyst/keepcoding-design-pattern-mvvm-ios
https://github.com/danyst/keepcoding-design-pattern-mvvm-ios
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danyst/keepcoding-design-pattern-mvvm-ios
- Owner: DanyST
- Created: 2023-10-08T21:33:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T21:56:33.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T15:24:57.804Z (over 1 year ago)
- Language: Swift
- Size: 3.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KeepCoding FullStack Mobile Bootcamp Design Patterns MVVM Exam
## Description
Develop an iOS application using the MVVM pattern learned in class.
### Requirements
- Create the aplication with the MVVM architecture.
- Define all the necessary data models to display the required information.
- Default data should be created every time the application is loaded.
- Create a Splash view where data loading is simulated.
- On the main Home Screen, there will be a list of items with at least one image and some text for each.
- When clicking on each of them, a new screen will open with detailed information about the selected item.
**Note**: The theme of the application is free.
## Features Solution
- Splash
- Home
- Movie Detail
## Local Data
The JSON for local data were extracted from the [developer.themoviedb.org API](https://developer.themoviedb.org)
## Preview
