Skip to content

InteractiveDataVis/Interactive-Data-Vis-Sp2020

Repository files navigation

CUNY-Spring-2020

Course material for Interactive Data Visualization (DATA 73200) taught at CUNY Spring Semester, 2020.

This repository contains the starter code for each of the 7 tutorials.

Setup

  1. Make sure the following are installed:
  • Git - version control software. You will also need an account on Github.com.
    • NOTE: If you are using a PC, an application called "git bash" will be part of the default git install. You should use this application every time we reference "terminal", rather than the "command prompt". Mac users, you will be using the default terminal already installed on your machine.
  • Node - javascript development software. You can check if the install was succesful by running node -v in your git bash (PC) or terminal (Mac). It should return your version number.
  • VS Code - free code editor and IDE (our recommendation)

After each installation,

  1. Use these instructions to set up your local git repository.

  2. Follow these instructions to run a basic server to serve your files and data to the browser.

  3. Start creating awesome visualizations 🎉!

List of Tutorials

Code for each tutorial will be released on the week that we cover that topic.

Tutorial 1 - Introduction - code, demo

Tutorial 2 - Quantities and Amounts - code, demo

Tutorial 3 - Distributions - code, demo

Tutorial 4 - Timeseries - code, demo

Tutorial 5 - Geographic - code, demo

Tutorial 6 - Hierarchical - code, demo

Tutorial 7 - State Management - code ,demo

About

Course material for Interactive Data Visualization (DATA 73200) taught at CUNY Spring Semester, 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published