Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 924 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 924 Bytes

Course Run

Goal

The goal of this project is to be able develop a course explorer that has all the functionality of UIUC's current course explorer while providing many other benefits including:

  • Average GPA of each class (completed)
  • Suggestions based on classes taken and classes a user is interested in (semi-completed)
  • Travel time to a class, given an address where the user lives and the location of the class (semi-completed)

What's in our project?

  • Uses Node.js for backend.
  • Uses embedded JavaScript (.ejs) files for frontend to enable easy data transfer from backend to frontend
  • Uses previous semesters' GPA dataset found here.
  • Uses the (Course Explorer API)[https://courses.illinois.edu/cisdocs/explorer] to get the most up to date information.