Making an iOS app using Javascript vs. Swift
We decided to do a small hackaton at Kiosked during summer which was all kinds of fun. Couple of colleagues and me decided to make an app for finding the best restaurant to go to for lunch, which as you know isn’t an easy thing to do ;-) Our lunch app was called Lunchify and it would do these things: Show the list of venues based on location proximity Show lunch menu for each restaurant Show directions to the venue (navigation) Cordova/AngularJS As a strong believer in Javascript, I suggested we build the app using Javascript so it would be easier to implement and also be cross-platform. Th