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.
-
Make sure you have Node.js installed.
-
Open terminal.
-
cd to the root repository.
-
Run
npm install
to install all the packages. -
Once packages have installed, run
npm start
-
Open Chrome and enter
localhost:3000
to see the application locally.