Simple clock made with simple implementations of Angular.js components.
This application was created with the intent to learn some basic implementations and aspects of SVG, Angular.js, and CSS3. While not a very intensive project, it is and was a great way to learn the basics to these three components.
#This project covered the following ideas:#
###Angular.js###
- Basic Angular.js application layout
- Usage of ng-repeat module
- Creation of simple directives (as elements, specifically)
- Simple controller creation
- Data-binding
- Usage of partial templates
###SVG###
- How to create simple shapes (understanding their corresponding attrs.)
- Grouping sets of shapes
###CSS3###
- Transorm style
- Touch screen properties
- Use of perspective
###Javascript###
- setInterval() vs. setTimeout()