Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 734 Bytes

ImageGallery

image gallery is an Angular application that allows you to search photos within flickr API.

Prerequisites

Make sure that you have node.js, npm and angular-cli installed.

Installing

After downloading and extracting or cloning the project follow these instructions:

  1. Under image-gallery folder run npm install command.
  2. Run ng serve command.

Now angular application will run on localhost:4200.

Now you can launch http://localhost:4200/ from your browser and start using image-gallery application.

Exstras

  • The gallery contains infinite scroll support - more images will be shown when scrolling down.
  • Application was designed using Bootstrap 4.2.

Author

  • Meny Taieb