Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 788 Bytes

Learning Angular (Personal KPI)

First Exercise

Main objective to learn AngularJS how to implement and create a single page app site using angularJS route. The exercise is from https://www.airpair.com/angularjs/building-angularjs-app-tutorial

Second Exercise

Second exercise is to learn more about creating a simple sports-feed app, based on an external API. The source of the tutorial is from http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app

Requirement

To run the project you need:

Run grunt server to view exercise one.

Run grunt server-ex2 to view exercise two.