This is a project that interacts with photo information using the Flickr Api. It is also hosted on Github and can be accessed using the http://bmdeveloper.github.io/.
The code consumes a JSON API feed and displays the resulting data in a list. You can also click on a photo for additional information. The project contains features such as infinite scroll and google +1 button.
The project mainly uses the Angularjs and Bootstrap frameworks.
##Prerequisites
Installations and basic knowledge of the following are required.
##Getting started
- Install the Prerequisites
- Clone this repository
- Navigate to the project root in the terminal
- run npm install
- Ensure the site is hosted (e.g. using IIS or Node)
- Navigate to the site (e.g. using http://localhost/bmdeveloper.github.io/)
##Important information for development
- Use the 'gulp dev' command when working on the project
- Use 'gulp build' command to form a build version (i.e. version with combined and minified javascript)