We're going to test your AngularJS chops with some simple tests.
- Fork this repository
- Make a pull request with a message of which part you've completed
- Wait for sign-up
Make a Flickr gallery
Use the Flickr API to create a simple gallery in a grid view.
Testing your knowledge of:
- Interacting with
APIs - Creating
AngularJSservices with clean interface - Understanding of
AngularJSdirectives e.g.ng-repeat - Don't worry about
HTMLorCSS, more concerned about understanding ofAngularJS