This project is a result from code challenge.
- List of restaurant "around me"
- Vote on your favorite restaurant
- See last winners
- Retrieving venues - database imported from Foursquare to Firebase
- Push notification implemented using Firebase
- Platform: iOS/Swift 2.2
- Frameworks: Firebase (Cocoapods)
- What are the highlights of your logic/code writing style?
[Example] I like to implement codes like: "if {..."
not
"if {..."
- What could have been done in a better way?
Retrieve data from Apple Maps or Google Maps api directly.
- Any other notes you judge relevant for the evaluation of your project.
I'm perfectionist, and I aways think there exists a better way to do something.