Featured Projects

CollegeMeals Web App Screenshot

College Meals

A web app that helps college students quickly turn available ingredients into complete meal recipes using AI. Developed using Vite, TypeScript, and CSS, features a minimal and mobile-friendly UI. Deployed via Vercel with a custom domain from Namecheap, and runs a backend API server on Render. This server securely forwards ingredient data to Google's Gemini API and returns generated meal instructions—ensuring the API key remains hidden from the frontend.

TypeScript Vite Node.js CSS Vercel Render Google Gemini API DNS
Portfolio Website Screenshot

Personal Portfolio Website

A modern, responsive portfolio website built with HTML, CSS, and JavaScript. Features smooth animations and a clean, modern design. Highlights my professional experience, projects, and contact details.

HTML CSS JavaScript
Coursework Repository Screenshot

Computer Science Coursework

A comprehensive collection of programming assignments and projects completed during my computer science education. Features implementations of fundamental data structures, algorithms, and software development concepts. Demonstrates practical application of programming principles and problem-solving skills across various domains.

Java C Classes Pointers Data Structures Algorithms Software Engineering
Debian Server Screenshot

Personal Server

Configured and managed a self-hosted, headless Debian 12 server with remote SSH access for software testing and game server hosting. Gained hands-on experience in server hardening, bash scripting, and network configuration.

Debian Linux Bash SSH Server Administration
Tic-Tac-Toe Game Screenshot

Tic-Tac-Toe

Developed a two-player Tic-Tac-Toe game using Java Swing, featuring turn-based logic, win detection, and a responsive button grid UI. Created an intuitive and engaging user interface for a classic game experience.

Java Java Swing GUI Development