kreempuff / JsInterviewChallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Interview Challenge

Welcome to the JS code challenge. Below is a set of instructions that you must attempt to complete within 3 days. Good luck :)

Your challenge, should you choose to accept it, is to create a web application using any framework you choose. It must be a JavaScript framework and it must follow the user story below.

As a user, I would like to have an application that shows a table of information.
When the user loads the page, they should see a table presented.
The application should return data from http://jsonplaceholder.typicode.com/posts
When the user clicks on the header of a table column, it should sort the table.

We will be looking for

  1. Best practices using your chosen framework
  2. A complete solution that addresses the user story

Things that you can do to WOW us,

  1. Stylistic flair
  2. Unit testing

When completed, submit your code to GitHub and send us a link to your solution!

About