Skip to content

juaning/flicker-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flicker-php

Flicker Image Viewer built in Custom MVC Framework with basic PHP

Instructions

• Provide an abstracted solution that demonstrates an understanding of business logic and presentation separation.

• Do not make use of any libraries that are not part of the standard language libraries.

• Do not make use of any pre-existing frameworks, such as CakePHP, etc.

Task

Create a Flickr image gallery, using PHP and HTML. The user should be able to enter a keyword, which is then used to search Flickr. The search results should be paginated and displayed as five results per page, and the user should be able to navigate to other pages. Each image should be displayed as a thumbnail; clicking on the thumbnail should open a new page which shows the full-size image.

About

Flicker Image Viewer built in Custom MVC Framework with basic PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.9%
  • CSS 5.1%