This fork is dedicated to mapping out a user's day-to-day schedule from Schedule Builder to a map to provide insight on what their commute between/around campuses will look like.
GopherGrades is a web app that allows you to look up past grades for courses at the University of Minnesota. The frontend is built with NextJS, SQLite, and ChakraUI. The backend is written in Python utilizing the pandas library to wrangle data provided to us by the Office of Data Access and Privacy and The Office of Undergraduate Education Academic Support Resources.
cd frontend
# make sure you have nodejs, npm, and yarn installed!
yarn install
yarn dev
# live at http://localhost:3000# make sure you're in the root of the repository
node bin/chrome-to-firefox.js
# Firefox should start in debug mode
# You may have to click on the extension icon in the top right of the browser
# to give it permission to run on the current page.
# To build the extension, run
node bin/build-extensions.js
# The extension will be built to the `web-ext-artifacts` directory