This page is a simple photo gallery showcase created using AngularJS and Flickr API.
The user will be able to see the latest uploads on the main page before they search for specific pictures using the search bar. The user will be able to see pictures and their title's individually by clicking on them. Infinite scroll is available.
In the project folder, type:
npm start
Then open your browser and go to http://localhost:8080/
- Flickr API: used to access the photo library
- Flickr Photo Library with AngularJS: used as a guide
- Bootstrap: Bootstrap is a front-end open source toolkit, used mainly for responsive design. I decided to include it in the project to help speed up layout design.
- AngularJS: It is a framework used for creating dynamic web apps. As I was not very familiar with the framework, and since it is a standard in the company, I decided to further develop my skills. It was challenging, but I gave it my best.