Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.18 KB

Sachin Tendulkar

Greenkeeper badge Build Status

Go to project directory, type npm install to install dependencies and then type npm start, open localhost:3001 and the app can be seen here.

Wikipedia says, “Sachin Tendulkar is a former Indian cricketer, widely regarded to be the greatest cricketer of all time.”

Here is the data on Sachin’s entire career: Download data here

Use this data to prove or disprove the given statement.

Things to note:

  1. Use any JavaScript framework (MV* architecture) for the task.
  2. You can use any external resources / data for this task.

You will be judged on the following:

  1. Code structure and readability
  2. Use of bindings and plugins to minimize use of jQuery
  3. Doing some analysis / visualizations on the data instead of showing the data directly will provide an added bonus.