Code Monkey home page Code Monkey logo

testdrived3's Introduction

Test-drive D3 for much win! npm Build Status

testdrived3 is an intro to D3 via a set of self-guided workshops. It is based on the great Let's Make a Bar Chart tutorials from D3's creator, Mike Bostock.

menu screenshot

  1. Install Node.js
  2. Run npm install -g testdrived3
  3. Run testdrived3
  4. .. profit!

Content

This workshop guides you through the creation of a bar chart. You will learn D3's most important APIs:

  • Manipulating HTML and SVG elements
  • Data binding
  • Scales and axes

We'll take you from:

First chart

To:

TODO Last chart

Troubleshooting

This workshop relies on features only available in Node version 4 and above. To check your version, run node --version from the command line.

Contributing

Install the project with:

git clone [email protected]:thibaudcolas/testdrived3.git
cd testdrived3
nvm install
npm install
npm install -g eslint babel-eslint eslint-config-airbnb
./.githooks/deploy

To run the workshopper locally:

node src/index.js

To release a new version:

npm version minor -m "Release %s"
git push origin master
git push --tags
npm publish

Dependencies: dependency Status devDependency Status

testdrived3's People

Contributors

thibaudcolas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kishorsharma

testdrived3's Issues

Needs feedback

I'm looking for help with this! It runs fine on my machine, but the content needs to be finished and more importantly beta tested:

  • Does it work? On OSX, Linux, Windows?
  • Does it make sense?
  • Does it need to be upgraded to D3 v4 to be useful?
  • Would it be more useful with other material added?
  • Anything to remove?
  • Does the relationship between the server command and other parts of the workshop CLI make sense?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.