Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 969 Bytes

README.md

File metadata and controls

executable file
·
10 lines (6 loc) · 969 Bytes

VTClassSearch

A website to enable faster search into Virginia Tech's class timetable.

This site uses PHP and POST requests into Virginia Tech's live timetable and displays the results in an iFrame. The default Virginia Tech timetable requires the user to select the class department through a dropdown list and then enter the class number.

This website allows the user to just enter the full class information (Dept. ID + Class No.) and it will send the appropriate POST request to Virginia Tech's server. This is a much easier and faster process then VT's own website.

Update (Jul. 23 2022)

Some of the logic I used to create this tool could be be.. But in the interest to retain my logic from when I created this project (over 3 years ago as of now) I'm going to keep my sloppy logic in place. I've fixed some PHP errors but the core logic of the tools remains the same. It will serve as a representation of how much I've (hopefully) improved over time.