BU Hub Course Planner

BU Hub Course Planner project image: Home Screen
Home Screen
BU Hub Course Planner project image: Page to Generate a Course Plan
Page to Generate a Course Plan
BU Hub Course Planner project image: View List of Classes and Hub Units in Each Plan
View List of Classes and Hub Units in Each Plan
BU Hub Course Planner project image: Page to Edit Profile Details
Page to Edit Profile Details

Click here to visit the website!


Overview

The BU Hub Course Planner is a web application designed to simplify class scheduling for Boston University students. The application helps users find the minimum number of classes required to fulfill all BU Hub requirements. This addresses a practical variation of the set cover problem, where an algorithm determines the smallest subset of classes that collectively satisfy all required Hub units. Thanks to the specific parameters of this problem, the application achieves an optimal or near-optimal solution in O(n²) time, and often in O(n) time for typical cases.

This project was developed as the final assignment for the Full-Stack Application Design and Development class at BU. It leverages the Django framework for both frontend and backend. Course data was sourced directly from the BU course catalog using a combination of Web and API scraping.

Key Features

Technical Details

Development Context

The BU Hub Course Planner was developed for class as a final web development project. It is meant to be a practical tool for BU students that also helped me explore full-stack web development concepts. The project combines algorithm design, data scraping, and web development into a cohesive CRUD application, showcasing skills in various web development aspects.