Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lighta971 committed Mar 9, 2021
1 parent bb415be commit 6e8792c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -20,18 +20,22 @@ Great that you're interested in this exercise! Thanks a lot for making it. The e

#### Technical expectations
**Front- JS**

At least 1 component must be tested, with at least 2 unit tests.

You'll have to explain:
- your decisions regarding HTML/CSS
- your decisions regarding component structure

**Back - PHP**

You'll have to explain:
- your PHP architecture, How did you manage service responsability ?

You'll have to unit test codes responsible for getting the search results, according to specs

**Ops - Bash (Bonus)**

Write a deployment bash script (install, test, build, serve)
It should fail if one or more commands fails.

Expand Down

0 comments on commit 6e8792c

Please sign in to comment.