Skip to content

Commit 046470c

Browse files
committed
doc: add example design to README
1 parent 57f3911 commit 046470c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## React Coding Challenge
22

3-
This code challenge tests your skills in react.js, testing and modular design.
3+
This code challenge tests your skills in react.js, testing and modular design.
44
The purpose of the application is to correctly render a stream of messages coming from an api. Different messages will be coded different colors and require slightly different rendering. The rules are described in detail below.
55

6-
This challenge already includes an API response. It is not required or expected for you to make any changes to this interaction.
6+
This challenge already includes an API response. It is not required or expected for you to make any changes to this interaction.
77

88
The 3 priorities that we provide you are:
99
* 1 = error
@@ -12,11 +12,11 @@ The 3 priorities that we provide you are:
1212

1313
### Acceptance Criteria
1414

15-
1. Messages should be rendered in a table-like structure. The newest messages should appear at the top of their respective columns.
15+
1. Messages should be rendered in a table-like structure. The newest messages should appear at the top of their respective columns.
1616

1717
Note: The example design below.
1818

19-
19+
![Example Design](https://raw.githubusercontent.com/helpdotcom/react-coding-challenge/master/grid.png)
2020

2121

2222
2. The messages should be color coded depending on the priority of the message. The appropriate color per priority is:

grid.png

108 KB
Loading

0 commit comments

Comments
 (0)