Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
/ gophergrades Public archive
forked from samyok/gophergrades

Use Schedule Builder to plot out your inter-class walking times

Notifications You must be signed in to change notification settings

doggu/gophergrades

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule Builder Hall Plotter

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

GopherGrades v2!

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.

Running Locally

cd frontend

# make sure you have nodejs, npm, and yarn installed!
yarn install

yarn dev
# live at http://localhost:3000

Building the Firefox Extension

# 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

About

Use Schedule Builder to plot out your inter-class walking times

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • CSS 17.6%
  • Python 14.9%
  • HTML 1.2%
  • Other 1.1%