Skip to content

Instantly share code, notes, and snippets.

@itsmikeq
Last active February 13, 2018 00:28
Show Gist options
  • Select an option

  • Save itsmikeq/cd7bde6bd01be4f78414cc558afa81a7 to your computer and use it in GitHub Desktop.

Select an option

Save itsmikeq/cd7bde6bd01be4f78414cc558afa81a7 to your computer and use it in GitHub Desktop.
Resume Driven Development

Rooster Teeth Development

Requirements

  • Use React
  • Utilize Redux or similar store
  • Feel free to use any CSS frameworks you wish (eg bootstrap)
  • Please post your answers to a JSBin
  • Don't take longer than an hour or two to code this
  • Be prepared to talk through your code
  • Have fun with it and feel free to be creative

JSON server

Use This JSON server by installing it via npm install -g json-server

To create an API that is readable by a UI, run the server

json-server https://gist.githubusercontent.com/memikequinn/475999c535ef4e1341f1262484244c68/raw/d77d0f6f4d7e53d7bf5dd7bd1997b27d291d4b0b/db.json

UI

  • Create a simple UI that allows for: filtering, sorting, and displaying of each show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment