Projects

Case studies & projects

Projects from internships, independent work, and coursework.

Visitor Registration Kiosk
May 2025 — Aug 2025
View

Offline-capable bilingual kiosk UI for an international firm with admin and export tools.

Cut manual front-desk workload by ~60% through automated intake and PDF exports.

HTML/CSS/JSTailwind-style systemPDF.jsCanvas
ClimbStrong iOS App
Oct 2024 — Present
View

SwiftUI training app for climbers with logging, load calculations, and progress charts.

Provides structured workouts and visual feedback for climbers in one native app.

SwiftSwiftUICoreDataSwift Charts
Climbing Route Detection Tool
Oct 2024 — Present
View

Computer-vision service to detect holds and routes in climbing wall photos.

Gives setters fast previews and tuning controls through a lightweight web UI.

PythonOpenCVFlaskStreamlit
NetView Movie Web App
Jan 2025 — May 2025
View

Full-stack movie discovery app with auth, pagination, and MySQL-backed search/filter.

Shipped as a team capstone using Git workflows and basic route tests.

Node.jsExpressMySQLJavaScript
Java jRails (Lightweight MVC)
Mar 2024 — May 2024
View

Implemented routing, controllers, and templated views for a minimal MVC framework.

Clarified request/response interfaces and separation of concerns.

Java
Local File Search Engine
Jan 2025 — May 2025
View

Recursive indexer with custom hash table for fast, case-insensitive search.

Robust CLI with strong error handling for local datasets.

CC++
Huffman Coding Compressor
Sep 2023 — Oct 2023
View

Encoder/decoder with priority-queue tree build, serialization, and bit-level I/O.

Verified compression correctness across sample corpora.

C