Skip to content

icssc/Zotistics-beta-23

Repository files navigation

Zotistics is UCI's premier grade distribution analysis tool! We use the PeterPortal Public API to consolidate UCI grade data by professors, classes, quarters, and more.

🔨 Built with:

Documentation

Setting up your development environment

  1. Clone the Zotistics repository.
$ git clone https://github.com/icssc-projects/Zotistics.git
  1. Navigate to the root directory and install its dependencies.
$ cd Zotistics
$ pnpm install
  1. Start the development server.
$ pnpm dev
  1. Zotistics should load locally at http://localhost:3000/

Where does the data come from?

The data displayed on Zotistics is retrieved from the PeterPortal API. Please report any data related issues directly to the PeterPortal API repo.

Bug Report

🐞 If you encountered any issues or bug, please open an issue @ https://github.com/icssc-projects/Zotistics/issues/new

Other Disclaimer

✅ Although PeterPortal API data is consolidated directly from official UCI sources, this application is by all means, not an official UCI tool. We stride to keep our data as accurate as possible with the limited support we have from UCI. Please take that into consideration while using this website.

Powered by Vercel