Photo Scavenger Hunt

For this week, we tried to create a new app from scratch to test our skills and comfort levels with ionic, angular and javascript. I pitched a couple of ideas on Monday but decided to go with one that I thought would be fun: a Photo Scavenger Hunt App. The…

Adjusting with Angular

Customizing Ionic There are two ways we can customize our Ionic App: The first is through changing the content, and the second is through changing the design. In this blog, I will focus on customizing our content which will be done through Angular.js. I will go over some basics…

Building the Ionic App

What is Ionic? Ionic is a front-end framework that is built on Cordova, Angular.js and sass. Cordova is a platform for building native mobile apps that use web based technology (ie. we will be building in HTML, CSS and JavaScript). Cordova then takes the developed website we've made and…