/best_cricketer

A simple dashboard displaying Sachin Tendulkar's performance in ODIs

Primary LanguageJavaScript

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.

Live demo 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.