Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

React

The Challenge:

Here is a very basic react app. It lists some items. You can click to select, and there is a filter you can change.

You must update the app to:

  • Fetch "source" filters remotely from http://www.kiddom.co/content/types.json
  • Fetch items remotely from http://www.kiddom.co/content.json?source=${key} based on the selected filter

This is a live coding exercise, not a take-home.

Please make sure you discuss your current level of familiarity with React with your interviewer before starting. If you say you're an expert, we'll expect you to be Googling different things than if you say you've only ever used Angular / Ember.