Skip to content

8eni/flickr-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr photo search

The application uses flickrs api to return results based on "tags" entered. The results are displayed in a mobile first masonary styled layout. On scroll of view the application loads more results for search query using infinite scroll.

Desktop View

Prerequisites

Node.js is required to run the application.

Installation

After cloning the repo run the following command in the application directory.

npm install

To start the application run the below command and view in the browser at http://localhost:4200.

npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT