/courseVisualizer

u of g course visualizer

Primary LanguageJavaScript

CIS*4250 Team 6 Course Visualizer

Welcome! Let's visualize some courses! Built by Maddie, Jovana, Abdullah, Jacob, Alistair and Dhruvi

Test it out:

  1. Visit http://cis4250-06.socs.uoguelph.ca/ to see our web app.
  2. Start our Electron app and test it out
  3. Run our tests

Repo Structure

Here's where you can find all our stuff. Each directory has a README with specific instructions.

├── src
│ ├── API # api stuff
│ ├── electronapp
│ │ ├── course-finder # electron app
│ ├── html # web app
│ ├── server
│ │ ├── vm_etc_nginx # server stuff
│ ├── scraper # webadvisor scraper
└── README.md