To complete this test, you will need to write a simple React based web app, and provide us the source files to be built.
The purpose of this challenge is to assess your skills and approach to composing a simple web app given a screen and a json feed. We will also assess the generated HTML, CSS, and JS output.
It's pretty simple. Using the provided screen as a reference, you'll need to build a set of React components to render the app. You'll also need to request a JSON feed and display a few results.
If needed, please include a README
with setup instructions.
Refer to the screens/home.jpg screen.
You will need to build one page site that display staff information to the client. the staff information will come from the data/staff.json file supplied, and the avatars urls are a property inside each staff row.
the staff json contain 100 rows but you need to display only 6 random rows, exactly as the screen shows.
The font used in this page is Roboto.
The page should also be usable on mobile and tablet devices.
You can assume that you do not have to support legacy browsers without features such flexbox
,
for example.
You may use whatever you like as long as the solution is built using React.
We prefer it if you did not use any third party CSS frameworks.
Please send through any other code or projects that you're proud of and would like to share with us.
Feel free to ask anything you want. Good luck