https://github.com/inaldor/ios-mvvm
A photo app using MVVM
https://github.com/inaldor/ios-mvvm
json json-files mvvm photos swift
Last synced: about 2 months ago
JSON representation
A photo app using MVVM
- Host: GitHub
- URL: https://github.com/inaldor/ios-mvvm
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:20:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T16:21:04.000Z (over 5 years ago)
- Last Synced: 2026-04-06T12:31:09.762Z (2 months ago)
- Topics: json, json-files, mvvm, photos, swift
- Language: Swift
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS-MVVM
A photo app using MVVM
## About
This app is the result of my studies using MVVM and JSON handling. It is a simple app, it consists of a list of photos with some information fetched from a JSON file.
## Features
* Show the photo in details when clicking on it.
## License
This project is licensed under the [MIT License](https://github.com/inaldor/iOS-MVVM/blob/master/LICENSE)