You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
## React Coding Challenge
2
2
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.
4
4
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.
5
5
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.
7
7
8
8
The 3 priorities that we provide you are:
9
9
* 1 = error
@@ -12,11 +12,11 @@ The 3 priorities that we provide you are:
12
12
13
13
### Acceptance Criteria
14
14
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.
0 commit comments