The following is a list of skills that I have learned over the course of my time in software development. For web applications I mostly use PHP and Javascript / AngularJS and for iOS development I use Swift.
How Long To Save
Introduction
howlongtosave.com is a simple site that allows the user to calculate how long it takes to save for an item based on the users monthly income and expenses. This site was developed for both desktop and mobile.
How was it built?
The site was built using AngularJS because it is the best suited framework to build one page web applications. Using AngularJS allowed me to to advance HTML functionality by creating new constructs with use of its directives.
Benefits of using this approach meant that the code is managed more easily through the use of the MVC (Model – View – Controller) components. AngularJS manages your components for you and also serves as the pipeline that connects them.
The version of AngularJS used was v1.5.