/eecs496-assignment4

EECS496 Assignment4: Explorable Explanations (npm + JavaScript + D3.js)

Primary LanguageJavaScript

Explorable Explanations

Authors: JINGYI LU & YIQUN SUN & LINGZHI XI

Topic: B-Trees

Explorable Explanation on B-Trees for Northwestern's EECS 496 Assignment 4: designing and implementing an explorable explanation that uses interactive visualization, animation, and text to help people understand a complex process or phenomena. See a live demo here.

Setup

  1. Make sure you have Node.js installed.

  2. Open terminal.

  3. cd to the root repository.

  4. Run npm install to install all the packages.

  5. Once packages have installed, run npm start

  6. Open Chrome and enter localhost:3000 to see the application locally.