A collection of personal and academic projects built across different stacks.
I built a React app from scratch using Vite, replicating the Canvas LMS UI/UX.
I transformed Bootstrap's static HTML website, Mentor, into a dynamic Express.js web app using MVC architecture
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.
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.
A Python project modeling a deck of cards with object-oriented design principles.
A Python implementation of a binary search tree with core data structure operations.