faceoff icon indicating copy to clipboard operation
faceoff copied to clipboard

World Cup Primer

faceoff.io

A 2015 World Cup primer, everything you need to know in a single page.

http://faceoff.io

This site was built to provide an overview of useful facts and graphs about the World Cup. If you are only a casual football fan, it is a good place to get up to speed before watching the 2015 World Cup.

It is built using Bootstrap and D3.js and uses the Play and Arimo fonts.

Raw Data

The raw data used for the graphs is available in the following JSON files:

Running Locally

git clone https://github.com/kevinsawicki/faceoff.git
cd faceoff
npm install
npm start

Then open http://localhost:3000 in a browser.