Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.4 KB

File metadata and controls

32 lines (22 loc) · 1.4 KB

simpli-php-test-interview

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

This repository is for testing PHP skills of candidates who apply to a job at Simplifia.

How do I get set up?

Be sure to have PHP7 installed on your machine
Fork the project
Clone the repository
cd simpli-php-test-interview
Create a new branch named interview/yourfirstname-yourlastname from master. Never commit or push into master!

Mission

Your mission is to create a page whose link is yourdomain/my-work
On this page, you will show a title and a table (see https://github.com/simplifia/simpli-sf3-test-interview/blob/master/simpli-sf3-test-interview-mockup.PNG) with the correct CSS.
The page shows the sum of the 2 numbers. If the result number is a odd, you show 'Impair', if it's not you show 'Paire'
The input data are available in config.php in INPUT_DATA parameter.
We work Model-View-Controller pattern. The computation has tobe made in controller not in view. Don't forget to add pertinent test to your code

Contribution guidelines

When you start working, please push an initial commit.
After that, please push at least one commit every 30 minutes.
When you are done, please create a Pull Request (https://help.github.com/articles/creating-a-pull-request-from-a-fork/)