Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 606 Bytes

Course 6 Roadmap

Draws a simple force graph of all classes in Course 6 at MIT with directed edges indicated prerequisites.

Usage

Run

python -m SimpleHTTPServer 8000

and navigate to 127.0.0.1:8000 or localhost:8000. Uses d3.js.

TODOs

(Pull requests welcome!)

  • Color a node when hovering over it
  • Click it to reveal all parent nodes
  • Unclick node to de-color everything
  • Add class name when hovering over something
  • Make node size proportional to node's degree.