//src org
//...public folder
//......index.html
//......css folder
//.........vendor folder
//......fonts folder
//......js folder
//.........vendor folder
//.........components folder ... custom code lives here
//steps
1. Create an empty project
2. Verify that all the vendor code loads in the Network Panel
3. Specify the ng-app and ng-controllers in the markup
4. Verify the Controller runs in the console
5. Mock up the Grid with Inline-Block Images (Angular ng-click works)
6. Mock up the modal
7. Mock up a list of urls, display using ng-repeat on each url;
8. Wire up thumbnail click event.
9. Add input form and url validation; if valid add url to list.