https://github.com/twangodev/uw-coursemap
Explore the courses offered by UW-Madison in a visual and interactive way.
https://github.com/twangodev/uw-coursemap
cheesehacks course-map university-of-wisconsin-madison
Last synced: over 1 year ago
JSON representation
Explore the courses offered by UW-Madison in a visual and interactive way.
- Host: GitHub
- URL: https://github.com/twangodev/uw-coursemap
- Owner: twangodev
- License: agpl-3.0
- Created: 2024-11-16T21:50:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:45:45.000Z (over 1 year ago)
- Last Synced: 2025-03-08T06:27:04.279Z (over 1 year ago)
- Topics: cheesehacks, course-map, university-of-wisconsin-madison
- Language: Svelte
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uw-coursemap
Course exploration, made easy
Explore the courses offered by UW-Madison in a visual and interactive way.
## About
> [!NOTE]
> This project is meant to go live by May 5, 2025 for students for the Fall 2025 and later semesters!
This project provides a comprehensive view of course information at the University of Wisconsin-Madison, utilizing a requirement Directed Acyclic Graph (DAG) to visualize course dependencies. The tool also offers historical grade distributions, professor ratings, and insights from Rate My Professor (RMP) comments to help students make informed decisions about their coursework.
> This project won 4th place at [Cheesehacks 2024](https://cheesehacks.webdevuw.com/) and is not affiliated with the University of Wisconsin-Madison.
### Features
- Course Requirement DAG: Displays course prerequisites and dependencies in a visual format.
- Historical Grade Distributions: Cumulative grade distributions for each course.
- Professor Ratings: Integrates data from Rate My Professor to show professor ratings and comments.
- Search Functionality: Easily search for courses, professors, and departments.
### Tech Stack
- **Frontend**: Svelte, shadcn-svelte, Tailwind CSS
- **Backend**: Python, NGINX (TODO, currently using GitHub CDN)