https://github.com/inaldor/iostest-mvvm
A 100% code network request app
https://github.com/inaldor/iostest-mvvm
codable coordinators-pattern json mvvm network-requests nostoryboard swift
Last synced: 18 days ago
JSON representation
A 100% code network request app
- Host: GitHub
- URL: https://github.com/inaldor/iostest-mvvm
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:27:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T19:53:13.000Z (over 5 years ago)
- Last Synced: 2025-07-07T11:03:36.611Z (11 months ago)
- Topics: codable, coordinators-pattern, json, mvvm, network-requests, nostoryboard, swift
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOSTest-MVVM
A 100% code network request app
## About
This app is the result of my studies using MVVM, JSON, Coordinators pattern and Codable protocol. It is a simple app without using storyboards, it consists of a JSON with some information fetched by a network request, I have used the codable protocol to do the JSON handling. The app has some Coordinators pattern code example as well.
## Features
* List of all available courses
* Click in an item of the list shows his details(TODO)
* Use Coordinators pattern to simplify the navigation and view controllers(TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/iOSTest-MVVM/blob/master/README.md)