https://github.com/rogerluan/vivarealchallenge
Challenge made to run for a place in Viva Comunidade co-working space.
https://github.com/rogerluan/vivarealchallenge
Last synced: over 1 year ago
JSON representation
Challenge made to run for a place in Viva Comunidade co-working space.
- Host: GitHub
- URL: https://github.com/rogerluan/vivarealchallenge
- Owner: rogerluan
- License: mit
- Created: 2015-11-05T02:27:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T03:53:27.000Z (over 10 years ago)
- Last Synced: 2025-02-09T00:32:10.256Z (over 1 year ago)
- Language: Objective-C
- Size: 336 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VivaRealChallenge
Challenge solution to run for a place in Viva Comunidade co-working space.
This is the solution. The problem can be found [here](https://github.com/VivaReal/join_us-ios)
## Features
From the essential and bonus features, these are the ones that were implemented:
- iOS 8+
- Use of Auto Layout and Storyboard
- Use of Cocoapods
- CoreData
- Universal app
- Pull To Refresh feature
- Offline support
## Architecture
This project was coded using [MVVM architecture](https://blog.ios-developers.io/dont-let-your-uiviewcontroller-think-for-itself/). (Special thanks to [@Ian](https://twitter.com/IanKay) for the awesome article!)
## External Frameworks
Two cocoapods extensions were used in this project.
1. **AFNetworking**: for easier and faster web requests, image caching and reachability status.
2. **SVProgressHUD**: To show request feedback to the user.
## Contact
[@Rogerluan\_](https://twitter.com/rogerluan_)
## License
MIT License.