CPE 401
Computer Networks
CPE 412
Embedded Systems
SAL 402
CPE 405
Digital Signal Processing
CPE 418
Software Engineering
CPE 401
Computer Networks
CPE 412
Embedded Systems
SAL 402
CPE 405
Digital Signal Processing
CPE 418
Software Engineering
NSTP 2
Civic Welfare Training 2
RTL 101
Faster, mobile-friendly WITS — you sign in with your own student login.
01 — Wildcat One
A faster front door to the university's student system.
An unofficial, mobile-friendly wrapper over CIT-U's WITS backend — students sign in with their own credentials and finally get a portal that loads fast and works on a phone.
- Problem
- The official student portal is slow and awkward on mobile, yet it's where students live for schedules, grades, tuition, and enrollment. The pain is universal on campus and nobody had rebuilt the front end.
- Approach
- Built a React + Vite PWA that logs into the real WITS API with the student's own login and re-renders what comes back — schedule as a real week grid, grades, tuition, curriculum, enrollment. The hard part was reaching WITS at all: it sits behind Cloudflare, so the production proxy is a session BFF on a non-datacenter host, since any cloud function gets challenged or blocked. Authorization stays per-user on the real backend; the wrapper never holds anyone's data.
- Result
- The only deployed system in the Wildcat One monorepo, and the one students actually reach for — the same information, but fast, installable, and built for the device it's read on.
Private build · unofficial · walkthrough on request