Skip to content

mcknasty/d3-workshop-playground

 
 

Repository files navigation

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.

About

Starter repo for D3 Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.4%
  • JavaScript 38.2%
  • CSS 3.4%