https://github.com/nathanhleung/uclagrades.com
📊 Website with UCLA grade distributions from 2021-2024
https://github.com/nathanhleung/uclagrades.com
ucla-opensource
Last synced: 12 months ago
JSON representation
📊 Website with UCLA grade distributions from 2021-2024
- Host: GitHub
- URL: https://github.com/nathanhleung/uclagrades.com
- Owner: nathanhleung
- Created: 2023-06-21T22:04:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T16:50:37.000Z (about 1 year ago)
- Last Synced: 2025-04-19T05:40:32.292Z (about 1 year ago)
- Topics: ucla-opensource
- Language: TypeScript
- Homepage: https://uclagrades.com
- Size: 273 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 [uclagrades.com](https://uclagrades.com/)
This website, brought to you by [40+ UCLA students](https://uclagrades.com/shoutouts), displays [UCLA grade distribution data](https://uclagrades.com/) for:
- Fall 2021
- Winter 2022
- Spring 2022
- Summer 2022
- Fall 2022
- Winter 2023
- Spring 2023
- Summer 2023
- Fall 2023
- Winter 2024
- Spring 2024
This site is not affiliated with UCLA. Grade distribution data from 2021–2022 was
sourced through a February 2023 [public records request](https://drive.google.com/file/d/1l-R7LN9jOFUic3b4WTk4WxfDSjGNpuVw/view?usp=sharing) made under the California Public Records Act. [40+](https://uclagrades.com/shoutouts) UCLA students [paid $131.25](https://drive.google.com/file/d/14LuoYaDCPUmts_6igA8rC3AVI2Ntyvqc/view?usp=sharing) to obtain these records. Grade distribution data from 2022–2023 was
sourced similarly.
UCLA students can download the data on Google Drive (log into your UCLA Google Account to access):
- [Fall 2021–Summer 2022](https://docs.google.com/spreadsheets/d/1kF7eK8Iyyv_LnE2IY9vg2VEuDuoYi5qO/edit?usp=sharing)
- [Fall 2022–Spring 2023](https://docs.google.com/spreadsheets/d/1QTdQIRb1YvJ91zPkwaPTmxzRuy8GK_YN/edit?usp=sharing)
- [Summer 2023–Spring 2024](https://docs.google.com/spreadsheets/d/13HGfffKLACEfCcVGNshu8Y_dfNip2kA2/edit?usp=sharing)
This repository contains the full source code for the website; contributions are welcome and appreciated.
## Getting Started
First, install dependencies:
```bash
yarn install
```
Then, run the development server:
```bash
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The app is deployed on Vercel and available at https://uclagrades.com/.