Portfolio

My Projects.

A collection of personal and academic projects built across different stacks.

TS
Created Mar 2026Updated Mar 2026

First-r3f-object

First time creating a 3D object using R3F

TypeScriptJavaScriptCSS
TS
Created Mar 2026Updated Mar 2026

First-3D

First time coding a 3D Object

TypeScriptJavaScriptCSS
TS
Created Feb 2026Updated Feb 2026

nextjs-dashboard

Next.js App Router Fundamentals

TypeScriptCSSJavaScript
JS
Created Oct 2024Updated Apr 2025

canvas

I built a React app from scratch using Vite, replicating the Canvas LMS UI/UX.

JavaScriptCSSHTML
EJS
Created Mar 2025Updated Apr 2025

mentorWebApp

I transformed Bootstrap's static HTML website, Mentor, into a dynamic Express.js web app using MVC architecture

EJSCSSJavaScript
PY
Created Jan 2025Updated Mar 2026

stock_trader

Python algorithmic trading bot that analyzes live market data using Mean Reversion, Moving Average Crossover, and Momentum strategies and executes trades via the Alpaca API.

Python
JS
Created Dec 2024Updated Mar 2025

multiShop

A mock online store project for my Client-Side Web Development class. The backend was already provided, but I created the front-end using React.

JavaScriptHTML
PY
Created Jan 2025Updated Mar 2026

deck_object

A Python project modeling a deck of cards with object-oriented design principles.

Python
PY
Created Jan 2025Updated Mar 2026

binary_search_tree

A Python implementation of a binary search tree with core data structure operations.

Python