Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.08 KB

This is a class I took on D3.js. It was a great refesher and I learned some new topics. The instructor actually provided some of the framework, but as excercise we were to build out charts. There are two more I need to complete for homework.

D3 Workshop - Analytics Dashboard

Demo analytics dashboard used in a full-day workshop on D3.js!

Analytics Dashboard

Getting Started

First of all, make sure you have Git and Node installed. Then, follow these instructions in a command prompt:

$ npm install -g browser-sync
$ git clone https://github.com/victormejia/d3-workshop-playground.git
$ cd d3-workshop-playground
$ browser-sync start --server --files "**/*"

It should launch your default browser and you should see the following:

Analytics Dashboard

If you're curious to what we're going to build, append /complete to your url.