Overview

Zotistics

💡

This site contains developer documentation for Zotistics. If you're looking for help as a user, please visit the FAQ. If you are looking to link to Zotistics, please refer to Linking.

Zotistics is a simple, accessible interface for viewing historical grade data. It allows students and professors to compare their classes against department averages and other instructors, helping them make more educated decisions.

Zotistics Screenshot with BIO SCI 93 Grades Displayed

Setup

  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
$ npm install
  1. Start the development server.
$ npm run dev
  1. Zotistics should load locally at http://localhost:3000/

Acknowledgements

Last updated on May 25, 2022