Projects

A collection of my projects, personal and academic.

Jireh App

Customizable multi-user budgeting tool for tracking income, expenses, and budgets.

Learn more

AI Audio Transcriber

Serverless audio transcription app using Cloudflare AI and Workers to convert speech to text with automatic summarization.

Learn more

Game of Amazons Player

Developing an intelligent game player to compete against other teams in course-wide tournament.

Learn more

Rideshare App

Designing an Android rideshare app prototype for students and community in the Okanagan.

Learn more

Weather App

Developed a web-based weather forecast application, implementing real-time weather data and MySQL-backed user accounts, following Agile practices and test-driven development.

Learn more

Minesweeper Solver

A Java-based logical gameplayer to solve Google’s online Minesweeper game. Player analyzes the onscreen board and logically reasons the next safe move to effectively expand the game board and flag potential mines.

Learn more

Sudoku Solver

A Python-based Sudoku solver using a backtracking algorithm with a graphical user interface to visually track the algorithm's steps.

Learn more