Amidst the challenges posed by the Covid-19 pandemic, I recognized the pressing need to equip undergraduate students with up-to-date software that would enable them to effectively navigate their courses from home.
At Caltech, class schedules often experienced rapid changes as professors worked to accommodate students now residing in different time zones.
In response to this confusion, I developed a course calendar website fopr undergraduates and graduate students, accessible at Turtle-Pond.com.
This application, coded in HTML, CSS, and Javascript, empowers students to check and report errors in class schedules, ensuring they have access to the most current and reliable information as they pursue their studies remotely.
The class information (names, times, prerequisites, term offered, etc) was compiled with python's Selenium package and is accessed from a JSON database.
Currently, I am the sole contributor to the code base, covering all domain and hosting fees as of October 2023.
The code for the website (Turtle-Pond.com) is written in HTML, CSS, and Javascript.
The class information (names, times, prerequisites, term offered, etc) was compiled with python's Selenium package and is accessed from a JSON database.