Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 753 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 753 Bytes

Learn-AngularJS

A few projects from completing the Code Academy "Learn AngularJS" course

Gameboard:

This is an AngularJS app that displays fictional scores of different NBA teams similar to a scoreboard using AngularJS directives to create an HTML that displays a DIV containing all necessary HTML and AngularJS expressions to properly display a certain games score.

Outbox1:

This is an AngularJS app that displays a ficitonal email inbox using AngularJS services to pull the email information from a JSON file and storing it in a variable within the scope allowing the information to be access and displayed regardless of if it changes in the JSON file or not eliminating the need to hardcode information as was done in the Gameboard project.