Skip to content

osotov/piano

Repository files navigation

Exercise

Full Stack Live Coding Exercise

Scenario Create a php web application with a form that allows a user to enter a search string, queries Stack Exchange to find questions with titles containing that string, and display the results.

Requirements Display the results in a tabular format showing at least the date of the question, its title and who posted it. If the question has been answered, use a visual style to differentiate it from unanswered questions. The displayed item should have a means to navigate to the original question on Stack Exchange.

Expectations Treat this project as you would any professional task - feel free to ask questions, clarify requirements, and talk about your design and thinking with the team, but as in the real world, time is limited. You may use any resource, library, example code or documentation you can find on the web.

Documentation Stackoverflow API http://api.stackexchange.com/docs/search#order=desc&sort=activity&intitle=java&filter=default&site=stackoverflow&run=true

Installation

To do this exercise I used Lumen microframework.

To run this code you need to follow this steps:

  • Pull this repository on testing machine
  • Install dependencies with Composer: $ composer install
  • Configure public/index.php as entry point for your web-server

About

Piano test exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published