https://github.com/gituser12981u2/uw_stats
https://github.com/gituser12981u2/uw_stats
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gituser12981u2/uw_stats
- Owner: gituser12981u2
- Created: 2025-08-04T16:24:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T18:56:33.000Z (11 months ago)
- Last Synced: 2025-08-09T20:43:00.515Z (11 months ago)
- Language: Svelte
- Homepage: https://uw-stats.vercel.app
- Size: 15.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UW Course Analytics

A web application for analyzing University of Washington course grade distributions, student evaluation ratings, and enrollment statistics. All data obtained through Freedom of Information Act (FOIA) requests.
## Features
- **Interactive Data Visualization:** Scatter plots showing GPA vs. course rating correlations
- **Grade Distribution Charts:** Visual breakdown of grade distributions across courses
- **Advanced Filtering:** Search by course title/number, filter by department, year, or instructor
- **Top Courses Table:** Rankings of courses by GPA with detailed statistics
- **Course Detail Pages:** In-depth analysis of individual courses including instructor history
## Screenshots


## Tech Stack
- **Frontend:** SvelteKit 5 with TypeScript
- **Styling:** Tailwind CSS 4
- **Charts:** Chart.js for grade distributions, custom SVG for scatter plots
- **Deployment:** Vercel
- **Data Processing:** Custom CSV parser with build-time data transformation
## Data Sources
All data is publicly available information obtained through FOIA requests:
- Course grade distributions and enrollment numbers
- Student course evaluation ratings (MedianGlobal scores)
- Academic years covered: 2010-2016 (FOIA Request for 2016-2025 data pending)
- Updated: 08/8/25
## Contributing
Contributions are welcome.
## License
This project is open source and available under the MIT License.
---
**Live Site:** [UW Stats](https://uw-stats.vercel.app)