Introduction
howlongtosave.com was a simple site that allowed the user to calculate how long it takes to save for an item based on the user’s 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 advance HTML functionality by creating new constructs with the use of its directives.
Using this approach makes code management easier because it utilises the MVC (Model – View – Controller) components. AngularJS manages your components for you and acts as the pipeline that connects them.
The version of AngularJS used was v1.5.

