image gallery is an Angular application that allows you to search photos within flickr API.
Make sure that you have node.js, npm and angular-cli installed.
After downloading and extracting or cloning the project follow these instructions:
- Under
image-gallery
folder runnpm install
command. - 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.
- The gallery contains infinite scroll support - more images will be shown when scrolling down.
- Application was designed using Bootstrap 4.2.
- Meny Taieb