Portfolio
Welcome to my portfolio! These are some of my favorite projects from my time at Ranken. Each one taught me something new—whether it's about databases, game emulation, or chasing API data across the internet.
- All
- Web App
- Application
Weather App
A clean, responsive weather app built with React. Enter any city and get real-time weather data from OpenWeatherMap. Perfect for checking if it's too cold for my car audio work (spoiler: it usually isn't).
React.js, OpenWeatherMap API
Video Game Storage
My final project for AWD1000—a fully functional web app to catalog and manage your video game collection. Built with vanilla HTML, CSS, and JavaScript, this project proved I could build something people actually want to use.
HTML5, CSS3, Vanilla JavaScript
Emulator Frontend
A C# desktop application that brings my love of retro gaming full circle. This CRUD app lets you manage a NES game collection with a MySQL database backend—search games, view manuals, and hit play. Pure nostalgia meets modern code.
C#, MySQL, Visual Studio