Skip to content

abhinavpappu/uiuc-cs-prereq-graph

Repository files navigation

uiuc-cs-prereq-graph

Visualization of prereqs for UIUC CS courses with a dependency graph (https://uiuc-cs-prereq-graph.netlify.app/). Especially useful for seeing which courses a given course is a prereq for.

Note: You can move the graph around as well as zoom in and out. Individual nodes can also be moved around in case anything is overlapping.

How to Run

  1. npm install
  2. (Optional) Update the URL in get-data.ts and run npm run getdata to get data for the most recent semester
  3. npm start